mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
No need to import find(). (Andrew Dalke & kjpylint)
This commit is contained in:
parent
73898c7b15
commit
4f13669cf0
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
# Standard/builtin Python modules
|
# Standard/builtin Python modules
|
||||||
import string
|
import string
|
||||||
from string import joinfields, splitfields, find, rfind
|
from string import joinfields, splitfields, rfind
|
||||||
|
|
||||||
# A classification of schemes ('' means apply by default)
|
# A classification of schemes ('' means apply by default)
|
||||||
uses_relative = ['ftp', 'http', 'gopher', 'nntp', 'wais', 'file',
|
uses_relative = ['ftp', 'http', 'gopher', 'nntp', 'wais', 'file',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue