Reverted inadvertent change that slipped into r85695

This commit is contained in:
Alexander Belopolsky 2010-10-18 15:11:33 +00:00
parent 4a98e3b6d0
commit eebccfb10c
1 changed files with 0 additions and 1 deletions

View File

@ -493,7 +493,6 @@ class Trace:
threading.settrace(self.globaltrace)
sys.settrace(self.globaltrace)
try:
del sys.modules['pickle']
exec(cmd, globals, locals)
finally:
if not self.donothing: