mirror of
https://github.com/python/cpython.git
synced 2025-12-04 16:43:27 +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 sys
|
||||
import string
|
||||
import getopt
|
||||
import tokenize
|
||||
|
||||
|
|
|
|||
|
|
@ -281,6 +281,7 @@ Oscar Nierstrasz
|
|||
Hrvoje Niksic
|
||||
Bill Noon
|
||||
Stefan Norberg
|
||||
Neal Norwitz
|
||||
Jeffrey Ollie
|
||||
Nigel O'Brian
|
||||
Tim O'Malley
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue