From: Guido van Rossum Date: Mon, 13 Aug 2001 15:48:06 +0000 (+0000) Subject: Remove redundant 'import string' (PyChecker). X-Git-Tag: v2.2a3~583 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8f15bd8500ea21bbfbc04b6498edfc3a55dd9be7;p=thirdparty%2FPython%2Fcpython.git Remove redundant 'import string' (PyChecker). --- diff --git a/Lib/token.py b/Lib/token.py index eafbd7b2fe68..c77d3430bedc 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"