Commit 7fff58c0 authored by Georg Brandl's avatar Georg Brandl

Readd urllib.quote import as it doesn't cause any harm.

parent 4696ffbf
......@@ -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)
......
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