mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-29 22:37:16 +01:00
...
This commit is contained in:
parent
f79e5c2902
commit
013377db7e
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ def convert(self, stream, options, file_ext, log, accelerators):
|
|||
except:
|
||||
stream.seek(0) # retry with the pure python converter
|
||||
if ppdjvu:
|
||||
from .djvu import DJVUFile
|
||||
from calibre.ebooks.djvu.djvu import DJVUFile
|
||||
x = DJVUFile(stream)
|
||||
x.get_text(stdout)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue