Commit f3e8d5bb by Ned Batchelder

Didn't mean to put this in

parent 478f967a
......@@ -43,10 +43,6 @@ def safe_exec(code, globals_dict, assumed_imports=None, files=None, python_path=
Returns None. Changes made by `code` are visible in `globals_dict`.
"""
print "--- Executing: -------"
print code
print
the_code = []
files = list(files or ())
......
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