Commit 4f13669c authored by Guido van Rossum's avatar Guido van Rossum

No need to import find(). (Andrew Dalke & kjpylint)

parent 73898c7b
......@@ -3,7 +3,7 @@
# Standard/builtin Python modules
import string
from string import joinfields, splitfields, find, rfind
from string import joinfields, splitfields, rfind
# A classification of schemes ('' means apply by default)
uses_relative = ['ftp', 'http', 'gopher', 'nntp', 'wais', 'file',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment