From fa64ef6f008752e864f86b08b19f088948bbe946 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Fri, 3 May 2002 03:35:18 +0000 Subject: [PATCH] Removed flotsam [SVN r13629] --- test/newtest.py | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/test/newtest.py b/test/newtest.py index b89764d1..59b25e74 100644 --- a/test/newtest.py +++ b/test/newtest.py @@ -152,20 +152,12 @@ are a complicated constructor and member function, respectively. def run(args = None): - ### Strange bug somewhere: with Metrowerks: it will crash in - ### garbage-collection code unless traceback and sre have been - ### loaded before m1. - -# import traceback -# import sre -# import m2 -# import m1 import sys import doctest if args is not None: sys.argv = args - # import sys + return doctest.testmod(sys.modules.get(__name__)) if __name__ == '__main__':