New MOBI output turned on by default

This commit is contained in:
Kovid Goyal 2011-09-02 18:08:29 -06:00
parent 368474934b
commit 70ccdcce47

View File

@ -170,7 +170,7 @@ class MOBIOutput(OutputFormatPlugin):
self.check_for_periodical() self.check_for_periodical()
write_page_breaks_after_item = input_plugin is not plugin_for_input_format('cbz') write_page_breaks_after_item = input_plugin is not plugin_for_input_format('cbz')
from calibre.utils.config import tweaks from calibre.utils.config import tweaks
if tweaks.get('new_mobi_writer', False): if tweaks.get('new_mobi_writer', True):
from calibre.ebooks.mobi.writer2.main import MobiWriter from calibre.ebooks.mobi.writer2.main import MobiWriter
MobiWriter MobiWriter
else: else: