On Thursday 07 May 2009 19:11:50 Peter Kümmel wrote: > OK, I feared it. > > Peter
FWIW the change is really minimal and it is confined to the last chunk. if __name__ == '__main__': You get the name of the file in args and then you need to read the file names from there. input_files = [] for l in open(args[0]): input_files.append(l.strip()) and then change all the appearance of args in the different functions by input_files. It should work. I am behind a firewall so I can't update the svn and take a diff patch. :-( -- José Abílio