X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=system%2FTestSsh.py;h=cde5a18929b7c9fd35f41fc1b70d83acd97dfa02;hb=457d31694f7b0f60e2a6fea230e9a3572b9d2b78;hp=c025e0354e2844a98e670c1f8289102748d6ac05;hpb=c8e2f4e3a327181b29521583770a6f0ff68ca6eb;p=tests.git diff --git a/system/TestSsh.py b/system/TestSsh.py index c025e03..cde5a18 100644 --- a/system/TestSsh.py +++ b/system/TestSsh.py @@ -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):