mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-02 20:03:12 +02:00
...
This commit is contained in:
parent
13a8b63d35
commit
a21cbc9581
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
from urllib.parse import quote
|
||||
from urllib.error import HTTPError
|
||||
except ImportError:
|
||||
from urllib import quote, HTTPError
|
||||
from urllib2 import quote, HTTPError
|
||||
|
||||
from lxml import html
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue