This commit is contained in:
Kovid Goyal 2012-04-23 23:55:48 +05:30
parent 4374e16bc8
commit 5bac908670

View File

@ -377,6 +377,7 @@ class KF8Writer(object):
_('Unknown'), ref.type, (pos, fid)))
if self.guide_table:
self.guide_table.sort(key=lambda x:x.type)
self.guide_records = GuideIndex(self.guide_table)()
def create_kf8_book(oeb, opts, resources):