summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/urlparse.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/urlparse.py b/Lib/urlparse.py
index 4552e6e..dfea52d 100644
--- a/Lib/urlparse.py
+++ b/Lib/urlparse.py
@@ -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',