Correct import.

This commit is contained in:
John Schember 2009-12-01 06:50:03 -05:00
parent 0c8fdbd647
commit 65d59ebc93

View File

@ -4,9 +4,9 @@ __license__ = 'GPL 3'
__copyright__ = '2009, John Schember <john@nachtimwald.com>' __copyright__ = '2009, John Schember <john@nachtimwald.com>'
__docformat__ = 'restructuredtext en' __docformat__ = 'restructuredtext en'
from calibre.ebooks.conversion.plumber import Plumber, DummyReporter from calibre.ebooks.conversion.plumber import Plumber
from calibre.utils.logging import Log from calibre.utils.logging import Log
from calibre.customize.conversion import OptionRecommendation from calibre.customize.conversion import OptionRecommendation, DummyReporter
def gui_convert(input, output, recommendations, notification=DummyReporter(), def gui_convert(input, output, recommendations, notification=DummyReporter(),
abort_after_input_dump=False): abort_after_input_dump=False):