plugins_mirror cannot depend on polyglot

This commit is contained in:
Kovid Goyal 2018-09-10 21:04:25 +05:30
parent 3c10a86c65
commit be00d40d02
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -31,7 +31,6 @@
from datetime import datetime
from email.utils import parsedate
from functools import partial
from polyglot.builtins import filter, map, zip
from multiprocessing.pool import ThreadPool
from xml.sax.saxutils import escape, quoteattr
# }}}