This commit is contained in:
Kovid Goyal 2012-04-28 22:13:43 +05:30
parent 8a6676892b
commit f4e6d943ee

View File

@ -50,6 +50,7 @@ class Split(object):
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):