]> granicus.if.org Git - python/commitdiff
Readd urllib.quote import as it doesn't cause any harm.
authorGeorg Brandl <georg@python.org>
Sun, 2 Apr 2006 21:13:13 +0000 (21:13 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 2 Apr 2006 21:13:13 +0000 (21:13 +0000)
Lib/urllib2.py

index 543256d6be8f934830001ca527c2dce57edd230c..ec01c8fd93fe2636474bc31d752565d97f3c9a8d 100644 (file)
@@ -108,7 +108,7 @@ try:
 except ImportError:
     from StringIO import StringIO
 
-from urllib import (unwrap, unquote, splittype, splithost,
+from urllib import (unwrap, unquote, splittype, splithost, quote,
      addinfourl, splitport, splitgophertype, splitquery,
      splitattr, ftpwrapper, noheaders, splituser, splitpasswd, splitvalue)