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/dht/test_dht_tools.py.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/dht/test_dht_tools.py.in') diff --git a/src/dht/test_dht_tools.py.in b/src/dht/test_dht_tools.py.in index 38a9f9622..2d9379a42 100644 --- a/src/dht/test_dht_tools.py.in +++ b/src/dht/test_dht_tools.py.in @@ -11,8 +11,7 @@ # # The code does NOT depend on DHT routing or any actual P2P functionality. # -from __future__ import print_function -from __future__ import absolute_import + import os import sys import shutil -- cgit v1.2.3