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:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user