mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-30 13:25:01 +02:00
...
This commit is contained in:
parent
8a6676892b
commit
f4e6d943ee
1 changed files with 1 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ def __init__(self, split_on_page_breaks=True, page_breaks_xpath=None,
|
|||
def __call__(self, oeb, opts):
|
||||
self.oeb = oeb
|
||||
self.log = oeb.log
|
||||
self.log('Splitting markup on page breaks and flow limits, if any...')
|
||||
self.opts = opts
|
||||
self.map = {}
|
||||
for item in list(self.oeb.manifest.items):
|
||||
|
|
|
|||
Loading…
Reference in a new issue