From 4deae01fba7218d3e31cc008e390c392ea9a2238 Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Sun, 10 Mar 2019 19:46:23 +0100 Subject: Cleanup Python code: remove `import __future__`. All of these only made Python 2 accept some Python 3 language idioms, and the code is Python-3-only. --- src/integration-tests/test_integration_clique.py.in | 1 - 1 file changed, 1 deletion(-) (limited to 'src/integration-tests/test_integration_clique.py.in') diff --git a/src/integration-tests/test_integration_clique.py.in b/src/integration-tests/test_integration_clique.py.in index b5d6dd518..0444cf249 100755 --- a/src/integration-tests/test_integration_clique.py.in +++ b/src/integration-tests/test_integration_clique.py.in @@ -25,7 +25,6 @@ # Conditions for successful exit: # Both peers have 2 connected peers in transport, core, topology, fs and dht -from __future__ import print_function import sys import signal import os -- cgit v1.2.3