diff options
Diffstat (limited to 'QMTest/TestSConsign.py')
-rw-r--r-- | QMTest/TestSConsign.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/QMTest/TestSConsign.py b/QMTest/TestSConsign.py index 700c242..a48b648 100644 --- a/QMTest/TestSConsign.py +++ b/QMTest/TestSConsign.py @@ -1,4 +1,5 @@ # __COPYRIGHT__ +from __future__ import print_function __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" @@ -68,7 +69,7 @@ class TestSConsign(TestSCons): elif os.path.exists(self.script_path('sconsign')): sconsign = 'sconsign' else: - print "Can find neither 'sconsign.py' nor 'sconsign' scripts." + print("Can find neither 'sconsign.py' nor 'sconsign' scripts.") self.no_result() self.set_sconsign(sconsign) |