projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2833df0
)
collectd_network.py: remove unused import
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Tue, 13 Aug 2019 09:21:34 +0000
(11:21 +0200)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Tue, 13 Aug 2019 09:21:34 +0000
(11:21 +0200)
contrib/collectd_network.py
patch
|
blob
|
history
diff --git
a/contrib/collectd_network.py
b/contrib/collectd_network.py
index
809f19d
..
cb328f2
100644
(file)
--- a/
contrib/collectd_network.py
+++ b/
contrib/collectd_network.py
@@
-16,7
+16,7
@@
Collectd network protocol implementation.
"""
-import socket,struct
,sys
+import socket,struct
import platform
if platform.python_version() < '2.8.0':
# Python 2.7 and below io.StringIO does not like unicode