python 2.6 and later

svn: r16267
This commit is contained in:
Jérôme Rapinat
2010-12-12 10:19:51 +00:00
parent 02ba28a83f
commit 453cf6205f
3 changed files with 4 additions and 4 deletions

View File

@@ -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"