tests/tools/test_application.py
changeset 1826 91796f408540
parent 1822 1d7bf584eb7f
child 1832 0f1081928d65
--- a/tests/tools/test_application.py	Fri Sep 22 10:52:44 2017 +0300
+++ b/tests/tools/test_application.py	Fri Sep 22 10:54:42 2017 +0300
@@ -22,6 +22,8 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
+
+from __future__ import print_function
 import os
 import sys
 import unittest
@@ -177,7 +179,7 @@
         compiled and run on SoftPLC.
         """
         project = self.GetProjectPath(name)
-        print "Testing example " + name
+        print("Testing example " + name)
         self.CheckTestProject(project)