aboutsummaryrefslogtreecommitdiff
path: root/contrib/scripts/pydmesg
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2019-03-10 19:46:23 +0100
committerHartmut Goebel <h.goebel@crazy-compilers.com>2019-03-10 19:49:39 +0100
commit4deae01fba7218d3e31cc008e390c392ea9a2238 (patch)
treed71a988f640e80a40768a102619a1baf7363a545 /contrib/scripts/pydmesg
parent8de3cc8ba8126cd2464a010526b94b8daf63718b (diff)
downloadgnunet-4deae01fba7218d3e31cc008e390c392ea9a2238.tar.gz
gnunet-4deae01fba7218d3e31cc008e390c392ea9a2238.zip
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.
Diffstat (limited to 'contrib/scripts/pydmesg')
-rwxr-xr-xcontrib/scripts/pydmesg2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/scripts/pydmesg b/contrib/scripts/pydmesg
index d60e08fe3..9b21359f0 100755
--- a/contrib/scripts/pydmesg
+++ b/contrib/scripts/pydmesg
@@ -8,8 +8,6 @@
8pydmesg: dmesg with human-readable timestamps 8pydmesg: dmesg with human-readable timestamps
9""" 9"""
10 10
11from __future__ import with_statement
12
13import re 11import re
14import subprocess 12import subprocess
15import sys 13import sys