diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-04-01 00:28:59 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-04-01 00:28:59 (GMT) |
commit | 496563a5146e2650dcf6f3595c58ff24f39a9afb (patch) | |
tree | 1afd27b48db59487d02d59abd52c7387dacaed28 /Lib/test/test_generators.py | |
parent | 62f5a9d6c2e99b688e388d33c226e41174640082 (diff) | |
download | cpython-496563a5146e2650dcf6f3595c58ff24f39a9afb.zip cpython-496563a5146e2650dcf6f3595c58ff24f39a9afb.tar.gz cpython-496563a5146e2650dcf6f3595c58ff24f39a9afb.tar.bz2 |
Remove some now-obsolete generator future statements.
I left the email pkg alone; I'm not sure how Barry would like to handle
that.
Diffstat (limited to 'Lib/test/test_generators.py')
-rw-r--r-- | Lib/test/test_generators.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_generators.py b/Lib/test/test_generators.py index 155a83c..fb92ef4 100644 --- a/Lib/test/test_generators.py +++ b/Lib/test/test_generators.py @@ -1,5 +1,3 @@ -from __future__ import generators - tutorial_tests = """ Let's try a simple generator: |