[Python-checkins] python/dist/src/Lib/test test_enumerate.py,1.1,1.2

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Thu, 20 Jun 2002 07:52:40 -0700


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

Modified Files:
	test_enumerate.py 
Log Message:
Removed the generator future-stmt -- not needed for 2.3.


Index: test_enumerate.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_enumerate.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** test_enumerate.py	26 Apr 2002 19:40:54 -0000	1.1
--- test_enumerate.py	20 Jun 2002 14:52:37 -0000	1.2
***************
*** 1,3 ****
- from __future__ import generators
  import unittest
  
--- 1,2 ----