mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-31 14:33:54 -04:00
...
This commit is contained in:
parent
8eddd8d761
commit
a2e531db83
@ -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):
|
||||
'''
|
||||
|
Loading…
x
Reference in New Issue
Block a user