diff options
Diffstat (limited to 'Lib/tokenize.py')
-rw-r--r-- | Lib/tokenize.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/tokenize.py b/Lib/tokenize.py index f7ff000d016..27ee1bc6fae 100644 --- a/Lib/tokenize.py +++ b/Lib/tokenize.py @@ -22,8 +22,6 @@ are the same, except instead of generating tokens, tokeneater is a callback function to which the 5 fields described above are passed as 5 arguments, each time a new token is found.""" -from __future__ import generators - __author__ = 'Ka-Ping Yee <ping@lfw.org>' __credits__ = \ 'GvR, ESR, Tim Peters, Thomas Wouters, Fred Drake, Skip Montanaro' |