Modified waf scripts to have a minimum python version requirement of 2.6.6, instead of 2.7.3

This commit is contained in:
Adit Sahasrabudhe
2015-02-21 22:07:10 -08:00
committed by Chris Johns
parent e143a62f6b
commit 01a419253a
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ def options(opt):
def configure(conf):
conf.load('python')
conf.check_python_version((2,7,3))
conf.check_python_version((2,6,6))
def build(bld):
source = ['__init__.py',