diff options
-rw-r--r-- | Lib/compiler/pycodegen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/compiler/pycodegen.py b/Lib/compiler/pycodegen.py index 83e6433..f526ae1 100644 --- a/Lib/compiler/pycodegen.py +++ b/Lib/compiler/pycodegen.py @@ -1378,4 +1378,4 @@ if __name__ == "__main__": import sys for file in sys.argv[1:]: - compile(file) + compileFile(file) |