mirror of
https://github.com/gryf/ebook-converter.git
synced 2026-03-28 14:33:31 +01:00
Don't cross import symbols from __init__
This commit is contained in:
@@ -20,9 +20,9 @@ import math
|
||||
|
||||
import bs4
|
||||
|
||||
from ebook_converter import __appname__, entity_to_unicode, fit_image, \
|
||||
from ebook_converter import entity_to_unicode, fit_image, \
|
||||
force_unicode
|
||||
from ebook_converter.constants_old import filesystem_encoding, \
|
||||
from ebook_converter.constants_old import __appname__, filesystem_encoding, \
|
||||
preferred_encoding
|
||||
from ebook_converter.devices.interface import DevicePlugin as Device
|
||||
from ebook_converter.ebooks import ConversionError
|
||||
|
||||
@@ -49,7 +49,7 @@ from ebook_converter.utils.date import isoformat
|
||||
DEFAULT_SOURCE_ENCODING = "cp1252" # default is us-windows character set
|
||||
DEFAULT_GENREADING = "fs" # default is yes to both lrf and lrs
|
||||
|
||||
from ebook_converter import __appname__, __version__
|
||||
from ebook_converter.constants_old import __appname__, __version__
|
||||
from ebook_converter import entity_to_unicode
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user