From: Greg Ward Date: Sat, 14 Oct 2000 04:07:39 +0000 (+0000) Subject: Removed debugging code at bottom. X-Git-Tag: v2.0~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=047c3723d02e691578724271a536ee27ad1b2fc2;p=python Removed debugging code at bottom. --- diff --git a/Lib/distutils/util.py b/Lib/distutils/util.py index 7522ee2499..dd9de854f9 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)