mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-29 07:12:58 +02:00
...
This commit is contained in:
parent
25c93421fb
commit
9c2dcfd5af
1 changed files with 0 additions and 2 deletions
|
|
@ -957,8 +957,6 @@ 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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue