diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-06-20 14:52:37 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-06-20 14:52:37 (GMT) |
commit | 8db890a21a74bb4befc5d50a59c8366be842b653 (patch) | |
tree | 3b382c666855d0234dc61288bc59504b5b2a19c6 /Lib | |
parent | e08c9dbffc2eaad4a709b648cb37408db62a118c (diff) | |
download | cpython-8db890a21a74bb4befc5d50a59c8366be842b653.zip cpython-8db890a21a74bb4befc5d50a59c8366be842b653.tar.gz cpython-8db890a21a74bb4befc5d50a59c8366be842b653.tar.bz2 |
Removed the generator future-stmt -- not needed for 2.3.
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/test_enumerate.py | 1 |
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 |