summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2001-08-13 15:48:06 +0000
committerGuido van Rossum <guido@python.org>2001-08-13 15:48:06 +0000
commit5930441c12597d261ce3c9d9426dc3c149c88e0c (patch)
tree33f3e4d028690d024fbdd0504bb4adc755398325
parentdbf2478333bcbb6e359cb439173276e5fa5d2d2b (diff)
downloadcpython-5930441c12597d261ce3c9d9426dc3c149c88e0c.tar.gz
Remove redundant 'import string' (PyChecker).
-rwxr-xr-xLib/token.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/token.py b/Lib/token.py
index eafbd7b2fe..c77d3430be 100755
--- 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"