From 9ca2f906ba247bc4c1aa8e890255384bf3ab0bad Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 24 Apr 2012 00:25:18 +0530 Subject: [PATCH] ... --- src/calibre/ebooks/mobi/writer8/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/ebooks/mobi/writer8/main.py b/src/calibre/ebooks/mobi/writer8/main.py index 4a54a73ca4..19d7e390a9 100644 --- a/src/calibre/ebooks/mobi/writer8/main.py +++ b/src/calibre/ebooks/mobi/writer8/main.py @@ -377,7 +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_table.sort(key=lambda x:x.type) # Needed by the Kindle self.guide_records = GuideIndex(self.guide_table)() def create_kf8_book(oeb, opts, resources):