]> granicus.if.org Git - python/commitdiff
- Fix typo in Lib/compileall.py(__all__).
authorMatthias Klose <doko@ubuntu.com>
Mon, 15 Mar 2010 18:00:01 +0000 (18:00 +0000)
committerMatthias Klose <doko@ubuntu.com>
Mon, 15 Mar 2010 18:00:01 +0000 (18:00 +0000)
Lib/compileall.py

index 4995e2c6742a2d385fb99371943141908e8eff09..f564abbd03629b67f69d294f5af1352069032168 100644 (file)
@@ -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):