projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef8f4de
)
Remove redundant 'import string' (PyChecker).
author
Guido van Rossum
<guido@python.org>
Mon, 13 Aug 2001 15:48:06 +0000
(15:48 +0000)
committer
Guido van Rossum
<guido@python.org>
Mon, 13 Aug 2001 15:48:06 +0000
(15:48 +0000)
Lib/token.py
patch
|
blob
|
history
diff --git
a/Lib/token.py
b/Lib/token.py
index eafbd7b2fe68c77b0e70c4c21bfe1f410bed1693..c77d3430bedca3e21bb4a9693818bc7335a3f85f 100755
(executable)
--- a/
Lib/token.py
+++ b/
Lib/token.py
@@
-84,7
+84,6
@@
def ISEOF(x):
def main():
import re
- import string
import sys
args = sys.argv[1:]
inFileName = args and args[0] or "Include/token.h"