summaryrefslogtreecommitdiff
path: root/contrib/scripts/pydmesg
diff options
context:
space:
mode:
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