mirror of
https://github.com/gryf/ebook-converter.git
synced 2026-04-14 09:33:32 +02:00
Renamed constants, to make room for real constants module
This commit is contained in:
@@ -282,7 +282,7 @@ class ProgressBar(object):
|
||||
|
||||
def create_option_parser(args, log):
|
||||
if '--version' in args:
|
||||
from ebook_converter.constants import __appname__, __version__, __author__
|
||||
from ebook_converter.constants_old import __appname__, __version__, __author__
|
||||
log(os.path.basename(args[0]), '('+__appname__, __version__+')')
|
||||
log('Created by:', __author__)
|
||||
raise SystemExit(0)
|
||||
|
||||
Reference in New Issue
Block a user