summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorGreg Ward <gward@python.net>2000-10-14 04:07:39 (GMT)
committerGreg Ward <gward@python.net>2000-10-14 04:07:39 (GMT)
commit047c3723d02e691578724271a536ee27ad1b2fc2 (patch)
tree781b4345e5a34b53b86e2d7b93060f4604cf08bd /Lib
parentfa9ff76aae32ecaae6b5409a410c10ff12116732 (diff)
downloadcpython-047c3723d02e691578724271a536ee27ad1b2fc2.zip
cpython-047c3723d02e691578724271a536ee27ad1b2fc2.tar.gz
cpython-047c3723d02e691578724271a536ee27ad1b2fc2.tar.bz2
Removed debugging code at bottom.
Diffstat (limited to 'Lib')
-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)