mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
13a8b63d35
commit
a21cbc9581
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user