Another fix for last py3 merge

This commit is contained in:
Kovid Goyal 2019-09-08 15:25:39 +05:30
parent 609400ceba
commit 16b7f100ed
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -21,7 +21,7 @@ from calibre.srv.loop import (
from calibre.srv.utils import DESIRED_SEND_BUFFER_SIZE
from calibre.utils.speedups import ReadOnlyFileBuffer
from polyglot import http_client
from polylot.builtins import unicode_type
from polyglot.builtins import unicode_type
from polyglot.binary import as_base64_unicode
from polyglot.queue import Empty, Queue