diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-07-11 18:39:56 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-07-11 18:39:56 (GMT) |
commit | 72351b96492be245de4849013fab652f40cae643 (patch) | |
tree | 7894c7fbceb7bd1d8e8b879ae6b5f2cdd68070ab /Lib | |
parent | df3f7935167d593bc648fe807311c90d206ee34a (diff) | |
download | cpython-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.py | 1 |
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..." |