Fix indent error in Mobi writer

This commit is contained in:
John Schember 2009-05-22 06:50:10 -04:00
parent 3f92a07918
commit d05c344b6e

View File

@ -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