This commit is contained in:
Kovid Goyal 2019-04-04 15:25:49 +05:30
parent 13a8b63d35
commit a21cbc9581
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -13,7 +13,7 @@ try:
from urllib.parse import quote from urllib.parse import quote
from urllib.error import HTTPError from urllib.error import HTTPError
except ImportError: except ImportError:
from urllib import quote, HTTPError from urllib2 import quote, HTTPError
from lxml import html from lxml import html