From 25c93421fb38455a4b57eb4e84bb9c55eb507299 Mon Sep 17 00:00:00 2001 From: ldolse Date: Sat, 20 Nov 2010 12:25:56 +0800 Subject: [PATCH] merge from trunk --- src/calibre/ebooks/conversion/plumber.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/calibre/ebooks/conversion/plumber.py b/src/calibre/ebooks/conversion/plumber.py index 9a863d7e66..d0e9aa2e99 100644 --- a/src/calibre/ebooks/conversion/plumber.py +++ b/src/calibre/ebooks/conversion/plumber.py @@ -957,6 +957,8 @@ def create_oebbook(log, path_or_stream, opts, input_plugin, reader=None, ''' 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 html_preprocessor = HTMLPreProcessor(input_plugin.preprocess_html, opts.preprocess_html, opts)