[Python-checkins] python/dist/src/Lib/test test_descr.py,1.147,1.148
tim_one@users.sourceforge.net
tim_one@users.sourceforge.net
Thu, 11 Jul 2002 11:39:58 -0700
Update of /cvsroot/python/python/dist/src/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv6162/python/Lib/test
Modified Files:
test_descr.py
Log Message:
subtype_resurrection(): Removed unused import.
Index: test_descr.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_descr.py,v
retrieving revision 1.147
retrieving revision 1.148
diff -C2 -d -r1.147 -r1.148
*** test_descr.py 11 Jul 2002 18:26:21 -0000 1.147
--- test_descr.py 11 Jul 2002 18:39:56 -0000 1.148
***************
*** 3185,3189 ****
def subtype_resurrection():
- import gc
if verbose:
print "Testing resurrection of new-style instance..."
--- 3185,3188 ----