mirror of
https://github.com/python/cpython.git
synced 2025-12-09 02:35:14 +00:00
Get rid of useless string import, as reported by Neal Norwitz's PyChecker.py
on c.l.py.
This commit is contained in:
parent
388ed08cbf
commit
3664111fb1
2 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,6 @@ __version__ = "6"
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
import string
|
|
||||||
import getopt
|
import getopt
|
||||||
import tokenize
|
import tokenize
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue