From 8f15bd8500ea21bbfbc04b6498edfc3a55dd9be7 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 13 Aug 2001 15:48:06 +0000 Subject: Remove redundant 'import string' (PyChecker). --- Lib/token.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/token.py b/Lib/token.py index eafbd7b..c77d343 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" -- cgit v0.12