This commit is contained in:
Kovid Goyal 2012-02-28 10:48:06 +05:30
parent f79e5c2902
commit 013377db7e

View File

@ -46,7 +46,7 @@ class DJVUInput(InputFormatPlugin):
except: except:
stream.seek(0) # retry with the pure python converter stream.seek(0) # retry with the pure python converter
if ppdjvu: if ppdjvu:
from .djvu import DJVUFile from calibre.ebooks.djvu.djvu import DJVUFile
x = DJVUFile(stream) x = DJVUFile(stream)
x.get_text(stdout) x.get_text(stdout)