mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
3e94eb094a
commit
1cb84998bc
@ -50,7 +50,8 @@ class Container(ContainerBase):
|
|||||||
ContainerBase.__init__(self, tdir, opfpath, log)
|
ContainerBase.__init__(self, tdir, opfpath, log)
|
||||||
excluded_names = {
|
excluded_names = {
|
||||||
name for name, mt in self.mime_map.iteritems() if
|
name for name, mt in self.mime_map.iteritems() if
|
||||||
name == self.opf_name or mt == guess_type('a.ncx') or name.startswith('META-INF/')
|
name == self.opf_name or mt == guess_type('a.ncx') or name.startswith('META-INF/') or
|
||||||
|
name == 'mimetype'
|
||||||
}
|
}
|
||||||
self.book_render_data = data = {
|
self.book_render_data = data = {
|
||||||
'version': RENDER_VERSION,
|
'version': RENDER_VERSION,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user