Raised Python requirement to 2.6+. Some spurious work on the mdsp support.

This commit is contained in:
Griatch 2012-05-05 23:52:13 +02:00
parent 14ed95ebfe
commit 96e95ca525
3 changed files with 109 additions and 18 deletions

View file

@ -496,7 +496,7 @@ def check_evennia_dependencies():
"""
# defining the requirements
python_min = '2.5'
python_min = '2.6'
twisted_min = '10.0'
django_min = '1.2'
south_min = '0.7'