summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2002-07-11 18:39:56 (GMT)
committerTim Peters <tim.peters@gmail.com>2002-07-11 18:39:56 (GMT)
commit72351b96492be245de4849013fab652f40cae643 (patch)
tree7894c7fbceb7bd1d8e8b879ae6b5f2cdd68070ab /Lib
parentdf3f7935167d593bc648fe807311c90d206ee34a (diff)
downloadcpython-72351b96492be245de4849013fab652f40cae643.zip
cpython-72351b96492be245de4849013fab652f40cae643.tar.gz
cpython-72351b96492be245de4849013fab652f40cae643.tar.bz2
subtype_resurrection(): Removed unused import.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_descr.py1
1 files changed, 0 insertions, 1 deletions
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..."