Commit acd96fbd authored by Tres Seaver's avatar Tres Seaver

Remove bogus doctest difference between Python 2.4 and 2.5.

parent 0727c90c
...@@ -28,7 +28,7 @@ class Tracer: ...@@ -28,7 +28,7 @@ class Tracer:
if exceptions: if exceptions:
exception = exceptions[0] exception = exceptions[0]
exceptions.remove(exception) exceptions.remove(exception)
exceptionShortName = exception.__name__ exceptionShortName = exception.__name__ # KISS
self.append('raising %s from %s' % (exceptionShortName, context)) self.append('raising %s from %s' % (exceptionShortName, context))
raise exception raise exception
......
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