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/gnunet_testing.py.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/integration-tests/gnunet_testing.py.in') diff --git a/src/integration-tests/gnunet_testing.py.in b/src/integration-tests/gnunet_testing.py.in index c9342ecf0..667c3fff5 100644 --- a/src/integration-tests/gnunet_testing.py.in +++ b/src/integration-tests/gnunet_testing.py.in @@ -18,8 +18,7 @@ # SPDX-License-Identifier: AGPL3.0-or-later # # Functions for integration testing -from __future__ import unicode_literals -from __future__ import print_function + from builtins import object from builtins import str import os -- cgit v1.2.3