Commit 047c3723 authored by Greg Ward's avatar Greg Ward

Removed debugging code at bottom.

parent fa9ff76a
......@@ -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)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment