From 4f13669cf0d348d521dda039cc7ff9fbef8dea40 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 3 May 1999 18:16:23 +0000 Subject: No need to import find(). (Andrew Dalke & kjpylint) --- Lib/urlparse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- cgit v0.12