summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_enumerate.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2002-06-20 14:52:37 (GMT)
committerTim Peters <tim.peters@gmail.com>2002-06-20 14:52:37 (GMT)
commit8db890a21a74bb4befc5d50a59c8366be842b653 (patch)
tree3b382c666855d0234dc61288bc59504b5b2a19c6 /Lib/test/test_enumerate.py
parente08c9dbffc2eaad4a709b648cb37408db62a118c (diff)
downloadcpython-8db890a21a74bb4befc5d50a59c8366be842b653.zip
cpython-8db890a21a74bb4befc5d50a59c8366be842b653.tar.gz
cpython-8db890a21a74bb4befc5d50a59c8366be842b653.tar.bz2
Removed the generator future-stmt -- not needed for 2.3.
Diffstat (limited to 'Lib/test/test_enumerate.py')
-rw-r--r--Lib/test/test_enumerate.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_enumerate.py b/Lib/test/test_enumerate.py
index b0d442e..e1683fd 100644
--- a/Lib/test/test_enumerate.py
+++ b/Lib/test/test_enumerate.py
@@ -1,4 +1,3 @@
-from __future__ import generators
import unittest
import test_support