diff options
author | William Deegan <bill@baddogconsulting.com> | 2016-05-13 18:51:22 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2016-05-13 18:51:22 (GMT) |
commit | 0a5aa629ffffda4aa6b960399ff19d59b6b76dd6 (patch) | |
tree | 853bb801d8ff2f8ef4c5b4e9e3b46d629d753af5 /QMTest/TestSCons.py | |
parent | ba64112bdae96d643dbe398c0e4b9cd723348fb8 (diff) | |
download | SCons-0a5aa629ffffda4aa6b960399ff19d59b6b76dd6.zip SCons-0a5aa629ffffda4aa6b960399ff19d59b6b76dd6.tar.gz SCons-0a5aa629ffffda4aa6b960399ff19d59b6b76dd6.tar.bz2 |
Fixed print()'s.
Diffstat (limited to 'QMTest/TestSCons.py')
-rw-r--r-- | QMTest/TestSCons.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/QMTest/TestSCons.py b/QMTest/TestSCons.py index 88d0e9c..a515684 100644 --- a/QMTest/TestSCons.py +++ b/QMTest/TestSCons.py @@ -1152,7 +1152,7 @@ try: print(distutils.sysconfig.get_python_inc()) print(os.path.join(exec_prefix, 'libs')) except: - print(os.path.join(sys.prefix, 'include', py_ver) + print(os.path.join(sys.prefix, 'include', py_ver)) print(os.path.join(sys.prefix, 'lib', py_ver, 'config')) print(py_ver) """) |