From d05c344b6e0d2bc137d49b6cd923dc1320639ced Mon Sep 17 00:00:00 2001 From: John Schember Date: Fri, 22 May 2009 06:50:10 -0400 Subject: [PATCH] Fix indent error in Mobi writer --- src/calibre/ebooks/mobi/writer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/ebooks/mobi/writer.py b/src/calibre/ebooks/mobi/writer.py index 1a5a729a6f..99f50b4439 100644 --- a/src/calibre/ebooks/mobi/writer.py +++ b/src/calibre/ebooks/mobi/writer.py @@ -292,7 +292,7 @@ class MobiWriter(object): def __init__(self, compression=PALMDOC, imagemax=None, prefer_author_sort=False): - self._compression = compression or UNCOMPRESSED + self._compression = compression or UNCOMPRESSED self._imagemax = imagemax or OTHER_MAX_IMAGE_SIZE self._prefer_author_sort = prefer_author_sort