Get rid of useless string import, as reported by Neal Norwitz's PyChecker.py

on c.l.py.
This commit is contained in:
Tim Peters 2001-04-08 00:38:42 +00:00
parent 388ed08cbf
commit 3664111fb1
2 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,6 @@ __version__ = "6"
import os
import sys
import string
import getopt
import tokenize

View File

@ -281,6 +281,7 @@ Oscar Nierstrasz
Hrvoje Niksic
Bill Noon
Stefan Norberg
Neal Norwitz
Jeffrey Ollie
Nigel O'Brian
Tim O'Malley