Commit ba808485 authored by Christian Heimes's avatar Christian Heimes

The optimum version is now python 2.2.3.

parent ad7964a3
...@@ -173,7 +173,7 @@ def _warn_nobody(): ...@@ -173,7 +173,7 @@ def _warn_nobody():
def check_python_version(): def check_python_version():
# check for Python version # check for Python version
python_version = sys.version.split()[0] python_version = sys.version.split()[0]
optimum_version = '2.2.2' optimum_version = '2.2.3'
if python_version < '2.2': if python_version < '2.2':
raise ZConfig.ConfigurationError( raise ZConfig.ConfigurationError(
'Invalid python version ' + python_version) 'Invalid python version ' + python_version)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment