Fix [ #484645 ] little bug in pycodegen.py

This commit is contained in:
Jeremy Hylton 2001-11-27 23:35:10 +00:00
parent b13680bf03
commit 57911ae35a

View File

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