Merge branch 'sfa-geni-v2' of ssh://git.onelab.eu/git/tests into sfa-geni-v3
[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):