This commit is contained in:
Ned Batchelder
2013-02-20 17:32:07 -05:00
parent 4fb73248ba
commit a40aed58d0
2 changed files with 5 additions and 3 deletions

View File

@@ -73,7 +73,7 @@ def safe_exec(code, globals_dict, locals_dict, assumed_imports=None, files=None,
jailed_code = "".join(the_code)
# Turn this on to see what's being executed.
if 1:
if 0:
print "--{:-<40}".format(" jailed ")
print jailed_code
print "--{:-<40}".format(" exec ")