From: Tim Peters Date: Thu, 11 Jul 2002 18:40:12 +0000 (+0000) Subject: subtype_resurrection(): Removed unused import. X-Git-Tag: v2.2.2b1~271 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f460e9b6353ac0796ea614d9e30785e4ae1a369a;p=thirdparty%2FPython%2Fcpython.git subtype_resurrection(): Removed unused import. --- diff --git a/Lib/test/test_descr.py b/Lib/test/test_descr.py index 903907723cfc..0c14be2348d8 100644 --- a/Lib/test/test_descr.py +++ b/Lib/test/test_descr.py @@ -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..."