Remove redundant 'import string' (PyChecker).
authorGuido van Rossum <guido@python.org>
Mon, 13 Aug 2001 15:48:06 +0000 (15:48 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 13 Aug 2001 15:48:06 +0000 (15:48 +0000)
Lib/token.py

index eafbd7b2fe68c77b0e70c4c21bfe1f410bed1693..c77d3430bedca3e21bb4a9693818bc7335a3f85f 100755 (executable)
@@ -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"