Remove redundant 'import string' (PyChecker).

This commit is contained in:
Guido van Rossum 2001-08-13 15:48:06 +00:00
parent ef8f4dee07
commit 8f15bd8500
1 changed files with 0 additions and 1 deletions

View File

@ -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"