python 2.6 and later
svn: r16267
This commit is contained in:
@@ -89,7 +89,7 @@ LOG.debug('Using locale:', locale.getlocale())
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
MIN_PYTHON_VERSION = (2, 5, 0, '', 0)
|
||||
MIN_PYTHON_VERSION = (2, 6, 0, '', 0)
|
||||
if not sys.version_info >= MIN_PYTHON_VERSION :
|
||||
print (_("Your Python version does not meet the "
|
||||
"requirements. At least python %d.%d.%d is needed to"
|
||||
|
Reference in New Issue
Block a user