]> git.lyx.org Git - lyx.git/blobdiff - lib/scripts/fig_copy.py
whitespace.
[lyx.git] / lib / scripts / fig_copy.py
index 1c66b3295e1de22a2509dfde91c96d90af4c6dab..d5e0421668558dff0f7cd9949f412f268ac6981b 100644 (file)
@@ -58,7 +58,7 @@ output = open(sys.argv[2], 'w')
 os.chdir(from_dir)
 
 found = False
-for line in input.xreadlines():
+for line in input:
     if found and not emptyline.match(line) and not commentline.match(line):
         # The contents of the final line containing the file name
         # are ' X <file name>', where X = 0 or 1.