1
0
mirror of https://github.com/gryf/ebook-converter.git synced 2026-04-25 07:51:28 +02:00

Removed unused code mainly from old constants file.

This commit is contained in:
2020-07-18 19:37:35 +02:00
parent f5f83f9c68
commit 0abbb43afe
2 changed files with 5 additions and 66 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ import sys
from functools import partial
from ebook_converter import constants_old
from ebook_converter.constants_old import isfrozen, \
from ebook_converter.constants_old import \
__appname__, __version__, __author__, \
config_dir
from ebook_converter.ebooks.html_entities import html5_entities
@@ -18,7 +18,7 @@ from ebook_converter.ebooks.html_entities import html5_entities
if False:
# Prevent pyflakes from complaining
__appname__, __version__, isfrozen, __author__, config_dir
__appname__, __version__, __author__, config_dir
def init_mimetypes():