]> granicus.if.org Git - python/commitdiff
Fix [ #484645 ] little bug in pycodegen.py
authorJeremy Hylton <jeremy@alum.mit.edu>
Tue, 27 Nov 2001 23:35:10 +0000 (23:35 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Tue, 27 Nov 2001 23:35:10 +0000 (23:35 +0000)
Lib/compiler/pycodegen.py

index 83e64336d930a06b1399b4a22a5ee850dccddaea..f526ae18bbe76a3c30dd8fe77328f4eed2a9093a 100644 (file)
@@ -1378,4 +1378,4 @@ if __name__ == "__main__":
     import sys
 
     for file in sys.argv[1:]:
-        compile(file)
+        compileFile(file)