summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/distutils/util.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/Lib/distutils/util.py b/Lib/distutils/util.py
index 7522ee2..dd9de85 100644
--- a/Lib/distutils/util.py
+++ b/Lib/distutils/util.py
@@ -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)