mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
8a6676892b
commit
f4e6d943ee
@ -50,6 +50,7 @@ class Split(object):
|
|||||||
def __call__(self, oeb, opts):
|
def __call__(self, oeb, opts):
|
||||||
self.oeb = oeb
|
self.oeb = oeb
|
||||||
self.log = oeb.log
|
self.log = oeb.log
|
||||||
|
self.log('Splitting markup on page breaks and flow limits, if any...')
|
||||||
self.opts = opts
|
self.opts = opts
|
||||||
self.map = {}
|
self.map = {}
|
||||||
for item in list(self.oeb.manifest.items):
|
for item in list(self.oeb.manifest.items):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user