diff options
Diffstat (limited to 'Lib/compileall.py')
-rw-r--r-- | Lib/compileall.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/compileall.py b/Lib/compileall.py index e56c8b2..93ec7ad 100644 --- a/Lib/compileall.py +++ b/Lib/compileall.py @@ -17,6 +17,8 @@ import stat import sys import py_compile +__all__ = ["compile_dir","compile_path"] + def compile_dir(dir, maxlevels=10, ddir=None, force=0): """Byte-compile all modules in the given directory tree. |