1
0
mirror of https://github.com/gryf/ebook-converter.git synced 2026-05-01 11:24:05 +02:00

Don't cross import symbols from __init__

This commit is contained in:
2020-09-30 19:06:42 +02:00
parent ee232b76d6
commit 97ddcd7be1
5 changed files with 12 additions and 25 deletions
+1 -1
View File
@@ -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