mirror of
https://github.com/gryf/ebook-converter.git
synced 2026-02-21 17:25:55 +01: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:
@@ -12,8 +12,8 @@ from __future__ import unicode_literals, absolute_import, print_function, divisi
|
||||
# #
|
||||
#########################################################################
|
||||
import sys, os
|
||||
from calibre.ebooks.rtf2xml import field_strings, copy
|
||||
from calibre.ptempfile import better_mktemp
|
||||
from ebook_converter.ebooks.rtf2xml import field_strings, copy
|
||||
from ebook_converter.ptempfile import better_mktemp
|
||||
from . import open_for_read, open_for_write
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user