From 047c3723d02e691578724271a536ee27ad1b2fc2 Mon Sep 17 00:00:00 2001 From: Greg Ward Date: Sat, 14 Oct 2000 04:07:39 +0000 Subject: Removed debugging code at bottom. --- Lib/distutils/util.py | 8 -------- 1 file changed, 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) -- cgit v0.12