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 os
import sys import sys
import string
import getopt import getopt
import tokenize import tokenize

View file

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