Remove polyglot.builtins import from metadata sources since it is not available in older calibre codebases

This commit is contained in:
Kovid Goyal 2018-09-11 07:02:14 +05:30
parent be00d40d02
commit 3766f43360
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
3 changed files with 0 additions and 3 deletions

View file

@ -6,7 +6,6 @@
import re
from collections import deque
from polyglot.builtins import map
from calibre.utils.icu import capitalize, lower, upper

View file

@ -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

View file

@ -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