mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Removed debugging code at bottom.
This commit is contained in:
parent
fa9ff76aae
commit
047c3723d0
1 changed files with 0 additions and 8 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue