diff options
| -rw-r--r-- | Lib/compileall.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/compileall.py b/Lib/compileall.py index 4995e2c..f564abb 100644 --- a/Lib/compileall.py +++ b/Lib/compileall.py @@ -17,7 +17,7 @@ import py_compile import struct import imp -__all__ = ["compile_dir","compile_files","compile_path"] +__all__ = ["compile_dir","compile_file","compile_path"] def compile_dir(dir, maxlevels=10, ddir=None, force=0, rx=None, quiet=0): |
