Corrected indentation

This commit is contained in:
Andrew Murray 2016-05-10 21:35:47 +10:00
parent f992192799
commit a69e477605

View File

@ -76,7 +76,7 @@ def build_one(py_ver, compiler):
args['python_path'] = "%s%s\\Scripts" % (VIRT_BASE, py_ver)
args['py_ver'] = py_ver
if '34' in py_ver:
args['tcl_ver'] = '86'
args['tcl_ver'] = '86'
else:
args['tcl_ver'] = '85'