mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 21:53:29 +02:00
...
This commit is contained in:
parent
6ed5f6d86b
commit
18c1e5c98d
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,6 @@
|
|||
from calibre.devices.usbms.driver import USBMS, debug_print
|
||||
from calibre.devices.prs505 import MEDIA_XML, MEDIA_EXT, CACHE_XML, CACHE_EXT, \
|
||||
MEDIA_THUMBNAIL, CACHE_THUMBNAIL
|
||||
from calibre.devices.prs505.sony_cache import XMLCache
|
||||
from calibre import __appname__, prints
|
||||
from calibre.devices.usbms.books import CollectionsBookList
|
||||
|
||||
|
|
@ -178,6 +177,7 @@ def filename_callback(self, fname, mi):
|
|||
return fname
|
||||
|
||||
def initialize_XML_cache(self):
|
||||
from calibre.devices.prs505.sony_cache import XMLCache
|
||||
paths, prefixes, ext_paths = {}, {}, {}
|
||||
for prefix, path, ext_path, source_id in [
|
||||
('main', MEDIA_XML, MEDIA_EXT, 0),
|
||||
|
|
|
|||
Loading…
Reference in a new issue