Commit faac0136 authored by Guido van Rossum's avatar Guido van Rossum

# Untabified the example :-(

parent bca1207a
......@@ -144,9 +144,9 @@ def run_user_code(envdir):
exec source in envdir
except:
print "Exception in user code:"
print '-'*60
print '-'*60
traceback.print_exc(file=sys.stdout)
print '-'*60
print '-'*60
envdir = {}
while 1:
......
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