mirror of
https://github.com/gryf/ebook-converter.git
synced 2026-04-25 07:51:28 +02:00
Convert calibre modules to ebook_converter.
Here is the first batch of modules, which are needed for converting several formats to LRF. Some of the logic has been change, more cleanups will follow.
This commit is contained in:
@@ -7,8 +7,8 @@ __license__ = 'GPL v3'
|
||||
__copyright__ = '2008, Marshall T. Vandegrift <llasram@gmail.com>'
|
||||
|
||||
import os
|
||||
from calibre.ebooks.oeb.base import OPF_MIME, xml2str
|
||||
from calibre.ebooks.oeb.base import DirContainer, OEBError
|
||||
from ebook_converter.ebooks.oeb.base import OPF_MIME, xml2str
|
||||
from ebook_converter.ebooks.oeb.base import DirContainer, OEBError
|
||||
|
||||
__all__ = ['OEBWriter']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user