--- trunk/pts/www/bin/other_to_xml.py 2008/06/05 12:09:24 1881 +++ trunk/pts/www/bin/other_to_xml.py 2008/06/06 10:42:02 1882 @@ -103,7 +103,8 @@ try: (package, type, number) = line.split("|")[0].split() except: - sys.stderr.write("Ignoring bad line '%s' in wnpp_rm\n" % line) + #too many badly formatted ITP... disable warning. --RH + #sys.stderr.write("Ignoring bad line '%s' in wnpp_rm\n" % line) pass wnpp[package[:-1]] = (type, number) f.close()