Commit 95180c85 by Ned Batchelder

Clean up

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