From 72351b96492be245de4849013fab652f40cae643 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Thu, 11 Jul 2002 18:39:56 +0000 Subject: subtype_resurrection(): Removed unused import. --- Lib/test/test_descr.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/test/test_descr.py b/Lib/test/test_descr.py index ff5cefe..2227eb8 100644 --- a/Lib/test/test_descr.py +++ b/Lib/test/test_descr.py @@ -3184,7 +3184,6 @@ def slices(): vereq(a, [2,3,1]) def subtype_resurrection(): - import gc if verbose: print "Testing resurrection of new-style instance..." -- cgit v0.12