1
0
mirror of https://github.com/gryf/ebook-converter.git synced 2026-04-19 12:43:35 +02:00

Removed unsed code

This commit is contained in:
2020-07-17 17:57:41 +02:00
parent 4216fef20e
commit 5ac8451668
2 changed files with 1 additions and 18 deletions

View File

@@ -14,12 +14,11 @@ from ebook_converter.constants_old import islinux, isfrozen, \
isbsd, __appname__, __version__, __author__, \
config_dir
from ebook_converter.ebooks.html_entities import html5_entities
from ebook_converter.startup import winutil, winutilerror
if False:
# Prevent pyflakes from complaining
winutil, winutilerror, __appname__, islinux, __version__
__appname__, islinux, __version__
isfrozen, __author__
isbsd, config_dir