mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-31 14:33:54 -04:00
...
This commit is contained in:
parent
b9767b2b92
commit
1011731f51
3
setup.py
3
setup.py
@ -17,8 +17,7 @@ def check_version_info():
|
|||||||
# PY3_TODO: Remove check for 'CALIBRE_PY3_PORT' once calibre works with python3
|
# PY3_TODO: Remove check for 'CALIBRE_PY3_PORT' once calibre works with python3
|
||||||
return
|
return
|
||||||
raise SystemExit(
|
raise SystemExit(
|
||||||
'calibre requires python >= 2.7.9 and < 3. Current python version: %s'
|
'calibre requires python >= 2.7.9 and < 3. Current python version: ' + '.'.join(map(str, vi[:3])))
|
||||||
% vi)
|
|
||||||
|
|
||||||
|
|
||||||
check_version_info()
|
check_version_info()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user