[Zope3-checkins] CVS: Zope3 - test.py:1.46

Tim Peters tim.one@comcast.net
Wed, 2 Apr 2003 14:50:55 -0500


Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv403

Modified Files:
	test.py 
Log Message:
"-g integer" wasn't working; fixed.


=== Zope3/test.py 1.45 => 1.46 ===
--- Zope3/test.py:1.45	Wed Apr  2 14:25:06 2003
+++ Zope3/test.py	Wed Apr  2 14:50:25 2003
@@ -622,7 +622,6 @@
             print "gc threshold:", gc.get_threshold()
 
     if gcflags:
-        import gc
         val = 0
         for flag in gcflags:
             v = getattr(gc, flag, None)