mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-29 20:36:57 +01:00
Remove polyglot.builtins import from metadata sources since it is not available in older calibre codebases
This commit is contained in:
parent
be00d40d02
commit
3766f43360
3 changed files with 0 additions and 3 deletions
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
import re
|
||||
from collections import deque
|
||||
from polyglot.builtins import map
|
||||
|
||||
from calibre.utils.icu import capitalize, lower, upper
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@
|
|||
__docformat__ = 'restructuredtext en'
|
||||
|
||||
import re, threading
|
||||
from polyglot.builtins import map
|
||||
|
||||
from calibre import browser, random_user_agent
|
||||
from calibre.customize import Plugin
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@
|
|||
import re
|
||||
import time
|
||||
from collections import defaultdict, namedtuple
|
||||
from polyglot.builtins import map
|
||||
from urllib import quote_plus, urlencode
|
||||
from urlparse import parse_qs
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue