Commit 57911ae3 authored by Jeremy Hylton's avatar Jeremy Hylton

Fix [ #484645 ] little bug in pycodegen.py

parent b13680bf
......@@ -1378,4 +1378,4 @@ if __name__ == "__main__":
import sys
for file in sys.argv[1:]:
compile(file)
compileFile(file)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment