Fix [ #484645 ] little bug in pycodegen.py
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 @@
     import sys
 
     for file in sys.argv[1:]:
-        compile(file)
+        compileFile(file)