diff options
Diffstat (limited to 'QMTest/TestSCons.py')
-rw-r--r-- | QMTest/TestSCons.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/QMTest/TestSCons.py b/QMTest/TestSCons.py index ae6e9c5..9434bb1 100644 --- a/QMTest/TestSCons.py +++ b/QMTest/TestSCons.py @@ -1147,7 +1147,6 @@ except: print py_ver """) - # print "get_platform_python_info(): "+self.stdout() return [python] + self.stdout().strip().split('\n') def start(self, *args, **kw): |