From b6bf67782f408d4d092294c70a5b520c290d2c2e Mon Sep 17 00:00:00 2001 From: ng0 Date: Tue, 12 Feb 2019 11:12:47 +0000 Subject: integration-tests: futurize test_integration_bootstrap_and_connect --- src/integration-tests/test_integration_bootstrap_and_connect.py.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/integration-tests/test_integration_bootstrap_and_connect.py.in b/src/integration-tests/test_integration_bootstrap_and_connect.py.in index 5bd938019..560a429fd 100755 --- a/src/integration-tests/test_integration_bootstrap_and_connect.py.in +++ b/src/integration-tests/test_integration_bootstrap_and_connect.py.in @@ -18,6 +18,7 @@ # SPDX-License-Identifier: AGPL3.0-or-later # # +from __future__ import print_function import signal import sys import os -- cgit v1.2.3