]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Removed the generator future-stmt -- not needed for 2.3.
authorTim Peters <tim.peters@gmail.com>
Thu, 20 Jun 2002 14:52:37 +0000 (14:52 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 20 Jun 2002 14:52:37 +0000 (14:52 +0000)
Lib/test/test_enumerate.py

index b0d442e0f901f5475b8ebe179b0bc22908dfde18..e1683fdfcaa9abea0d01c6b0b9d7454dd24aa36e 100644 (file)
@@ -1,4 +1,3 @@
-from __future__ import generators
 import unittest
 
 import test_support