Cleanup Python code: remove `import __future__`.
authorHartmut Goebel <h.goebel@crazy-compilers.com>
Sun, 10 Mar 2019 18:46:23 +0000 (19:46 +0100)
committerHartmut Goebel <h.goebel@crazy-compilers.com>
Sun, 10 Mar 2019 18:49:39 +0000 (19:49 +0100)
commit4deae01fba7218d3e31cc008e390c392ea9a2238
treed71a988f640e80a40768a102619a1baf7363a545
parent8de3cc8ba8126cd2464a010526b94b8daf63718b
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.
21 files changed:
contrib/scripts/find_typedefs.py
contrib/scripts/gdb-iterate-dll.py
contrib/scripts/gnunet-chk.py.in
contrib/scripts/gnunet_janitor.py.in
contrib/scripts/gnunet_pyexpect.py.in
contrib/scripts/pydiffer.py.in
contrib/scripts/pydmesg
src/arm/test_gnunet_arm.py.in
src/consensus/consensus-simulation.py.in
src/dht/test_dht_tools.py.in
src/fs/test_gnunet_fs_psd.py.in
src/integration-tests/gnunet_pyexpect.py.in
src/integration-tests/gnunet_testing.py.in
src/integration-tests/test_integration_bootstrap_and_connect.py.in
src/integration-tests/test_integration_clique.py.in
src/integration-tests/test_integration_disconnect.py.in
src/integration-tests/test_integration_disconnect_nat.py.in
src/integration-tests/test_integration_reconnect.py.in
src/integration-tests/test_integration_reconnect_nat.py.in
src/revocation/test_local_revocation.py.in
src/statistics/test_gnunet_statistics.py.in