]> granicus.if.org Git - python/commitdiff
Removed debugging code at bottom.
authorGreg Ward <gward@python.net>
Sat, 14 Oct 2000 04:07:39 +0000 (04:07 +0000)
committerGreg Ward <gward@python.net>
Sat, 14 Oct 2000 04:07:39 +0000 (04:07 +0000)
Lib/distutils/util.py

index 7522ee249997c19e6c8a9170f36b81f0e4a0f334..dd9de854f94be94e515a831724813611317f691b 100644 (file)
@@ -427,11 +427,3 @@ byte_compile(files, optimize=%s, force=%s,
                               (file, cfile_base)
 
 # byte_compile ()
-
-
-if __name__ == "__main__":
-    import glob
-    f = glob.glob("command/*.py")
-    byte_compile(f, optimize=0, prefix="command/", base_dir="/usr/lib/python")
-    #byte_compile(f, optimize=1)
-    #byte_compile(f, optimize=2)