Moved to python 2.7.5 *sigh*

This commit is contained in:
Felipe Martín 2013-05-20 16:09:03 +02:00
parent dfef227c21
commit 4d07760550
1 changed files with 2 additions and 2 deletions

4
fabfile.py vendored
View File

@ -22,8 +22,8 @@ env.python = None
env.development_ddbb = 'dev.sqlite3'
# Configuration
python_version = "3.3.1"
#python_version = "2.7.5"
#python_version = "3.3.1"
python_version = "2.7.5"
# Functions