This commit is contained in:
ldolse 2010-11-20 12:26:57 +08:00
parent 25c93421fb
commit 9c2dcfd5af

View File

@ -957,8 +957,6 @@ def create_oebbook(log, path_or_stream, opts, input_plugin, reader=None,
''' '''
Create an OEBBook. Create an OEBBook.
''' '''
if input_plugin == 'LITInput':
print "***\n\n*** Input plugin is: "+str(input_plugin)+"\n\n****"
from calibre.ebooks.oeb.base import OEBBook from calibre.ebooks.oeb.base import OEBBook
html_preprocessor = HTMLPreProcessor(input_plugin.preprocess_html, html_preprocessor = HTMLPreProcessor(input_plugin.preprocess_html,
opts.preprocess_html, opts) opts.preprocess_html, opts)