This commit is contained in:
Kovid Goyal 2022-08-31 11:39:29 +05:30
parent 8eddd8d761
commit a2e531db83
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -23,10 +23,6 @@ from calibre.customize import (
)
from polyglot.builtins import itervalues, reload, string_or_bytes
# PEP 302 based plugin loading mechanism, works around the bug in zipimport in
# python 2.x that prevents importing from zip files in locations whose paths
# have non ASCII characters
def get_resources(zfp, name_or_list_of_names, print_tracebacks_for_missing_resources=True):
'''