mirror of
https://github.com/gryf/ebook-converter.git
synced 2026-03-10 19:45:51 +01:00
Cleanup, cleanup
This commit is contained in:
@@ -10,17 +10,15 @@ import sys
|
||||
from functools import partial
|
||||
|
||||
from ebook_converter import constants_old
|
||||
from ebook_converter.constants_old import islinux, isfrozen, \
|
||||
isbsd, __appname__, __version__, __author__, \
|
||||
from ebook_converter.constants_old import isfrozen, \
|
||||
__appname__, __version__, __author__, \
|
||||
config_dir
|
||||
from ebook_converter.ebooks.html_entities import html5_entities
|
||||
|
||||
|
||||
if False:
|
||||
# Prevent pyflakes from complaining
|
||||
__appname__, islinux, __version__
|
||||
isfrozen, __author__
|
||||
isbsd, config_dir
|
||||
__appname__, __version__, isfrozen, __author__, config_dir
|
||||
|
||||
|
||||
def init_mimetypes():
|
||||
|
||||
Reference in New Issue
Block a user