1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-23 06:35:42 +00:00

Please use one import per line

This commit is contained in:
Nils 2017-06-27 21:21:41 +02:00
parent 288b76d6f9
commit b10d8677c7
2 changed files with 10 additions and 2 deletions

View file

@ -16,7 +16,11 @@
# ln -s /usr/share/munin/plugins/etherscan_balance_ /etc/munin/plugins/etherscan_balance_0x3257bde8cf067ae6f1ddc0e4b140fe02e3c5e44f
#
import os, sys, urllib2, socket, json
import os
import sys
import urllib2
import socket
import json
OPTIONS = sys.argv[0].split('_')