commit | 44c526174d9296ce358ccee9652382e7ea5377f4 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Tue Feb 27 00:12:43 2007 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Tue Feb 27 00:12:43 2007 +0000 |
tree | b73f7e9b78a8ff681ebd64386a165cafdc5ddfd3 | |
parent | dfb2a8a7c176b4db246a6f32bdf4a1b079bdd4eb [diff] |
Tweak the fix for test_traceback since the fix for it to run on its own broke it under regrtest. 'traceback' likes to strip out the module name if it is __main__ or __builtin__ but not in other cases.