commit | fae23dc9dc1b4e1b3138b1c933306869440408f2 | [log] [tgz] |
---|---|---|
author | Matthias Klose <doko@ubuntu.com> | Mon Mar 15 18:00:01 2010 +0000 |
committer | Matthias Klose <doko@ubuntu.com> | Mon Mar 15 18:00:01 2010 +0000 |
tree | d303a31ba5b0db97991ce9e0866adcb328f8e2c1 | |
parent | b13d04c99143ea326d1c74ba537ff43cbd04175b [diff] [blame] |
- Fix typo in Lib/compileall.py(__all__).
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 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):