]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
subtype_resurrection(): Removed unused import.
authorTim Peters <tim.peters@gmail.com>
Thu, 11 Jul 2002 18:40:12 +0000 (18:40 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 11 Jul 2002 18:40:12 +0000 (18:40 +0000)
Lib/test/test_descr.py

index 903907723cfcbeb1a62fc59a4b3e0f1f38597e9e..0c14be2348d8e4a7234fb12eed81f6d9587064a9 100644 (file)
@@ -2982,7 +2982,6 @@ def copy_setstate():
     vereq(b.getfoo(), 24)
 
 def subtype_resurrection():
-    import gc
     if verbose:
         print "Testing resurrection of new-style instance..."