X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=christina;h=b6af669b77df86a36f5ee5f8d3140abfcbfb9c6d;hb=c1c7681bf43c58dd5cf34d1c1814a75ae594688b;hp=18b968bc40990ed4c0fdcf5ce1bdce6c4f4112a7;hpb=8baad6c080b17dac3f4c643e48639dc81170ce02;p=dak.git diff --git a/christina b/christina index 18b968bc..b6af669b 100644 --- a/christina +++ b/christina @@ -2,7 +2,7 @@ # Compares Packages-Arch-Specific (from Quinn-Diff) against the archive # Copyright (C) 2000, 2001 James Troup -# $Id: christina,v 1.2 2001-07-07 03:15:36 troup Exp $ +# $Id: christina,v 1.3 2001-11-04 22:28:44 troup Exp $ # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -118,7 +118,7 @@ def main (): as_source = {}; filename = "/org/buildd.debian.org/web/quinn-diff/Packages-arch-specific"; - file = utils.open_file(filename, 'r'); + file = utils.open_file(filename); line_count = 0; for line in file.readlines(): line = string.strip(utils.re_comments.sub("", line));