[Python-checkins] python/dist/src/Lib/test test_descr.py,1.113.4.22,1.113.4.23

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Thu, 11 Jul 2002 11:40:14 -0700


Update of /cvsroot/python/python/dist/src/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv6374/22/Lib/test

Modified Files:
      Tag: release22-maint
	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.113.4.22
retrieving revision 1.113.4.23
diff -C2 -d -r1.113.4.22 -r1.113.4.23
*** test_descr.py	11 Jul 2002 18:30:02 -0000	1.113.4.22
--- test_descr.py	11 Jul 2002 18:40:12 -0000	1.113.4.23
***************
*** 2983,2987 ****
  
  def subtype_resurrection():
-     import gc
      if verbose:
          print "Testing resurrection of new-style instance..."
--- 2983,2986 ----