python3 - first draft looks kind of OK
[tests.git] / system / TestSsh.py
index c025e03..cde5a18 100644 (file)
@@ -120,7 +120,7 @@ class TestSsh:
     def header(self, message):
         if not message:
             return
-        print "===============",message
+        print("===============",message)
         sys.stdout.flush()
 
     def run(self, command, message=None, background=False, dry_run=False):