enabled python for the hpux slaves

This commit is contained in:
Thomas Nagy 2012-06-16 01:53:06 +02:00
parent 81e45cdf83
commit 5bad8c7d34
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ from waflib import Logs
# python 2.3 tends to hang for whatever reason :-/
PYTHONS = "2.4 2.5 2.6 2.7 3.0 3.1 3.2".split()
DIRS = 'c'
DIRS = ['c', 'python']
def options(opt):
for d in opt.path.ant_glob(DIRS, excl=['build', 'variants'], src=False, dir=True):