integration-tests: futurize test_reconnect
authorng0 <ng0@n0.is>
Tue, 12 Feb 2019 11:15:20 +0000 (11:15 +0000)
committerng0 <ng0@n0.is>
Tue, 12 Feb 2019 11:15:20 +0000 (11:15 +0000)
src/integration-tests/test_integration_reconnect.py.in

index 13179eef62cd1249ccc283d253314b882d9fa0ba..573ae221a8fc9b920ced238edbd1a4ab9a09ca67 100755 (executable)
@@ -18,6 +18,7 @@
 #    SPDX-License-Identifier: AGPL3.0-or-later
 #
 # 
+from __future__ import print_function
 import sys
 import os
 import subprocess
@@ -89,7 +90,7 @@ def cleanup ():
 
 def success_restart_cont (check):
        global success 
-       print('Peers connected successfully after restart')
+       print('Peers connected successfully after restart')
        server.stop ()
        client.stop ()
        success = True;