mirror of
https://github.com/Tafkas/fritzbox-munin.git
synced 2023-10-10 13:36:55 +02:00
clean up imports
This commit is contained in:
parent
a44995478e
commit
90450f9358
@ -16,13 +16,10 @@
|
||||
#%# capabilities=autoconf
|
||||
"""
|
||||
|
||||
import hashlib
|
||||
import httplib
|
||||
import os
|
||||
import re
|
||||
import sys
|
||||
import fritzbox_helper as fh
|
||||
from io import StringIO, BytesIO
|
||||
|
||||
PAGE = '/system/ecostat.lua'
|
||||
pattern = re.compile('.*\/(StatTemperature)".*=.*"(.*?)"')
|
||||
|
@ -16,8 +16,6 @@
|
||||
#%# capabilities=autoconf
|
||||
"""
|
||||
|
||||
import hashlib
|
||||
import httplib
|
||||
import os
|
||||
import re
|
||||
import sys
|
||||
|
@ -16,13 +16,10 @@
|
||||
#%# capabilities=autoconf
|
||||
"""
|
||||
|
||||
import hashlib
|
||||
import httplib
|
||||
import os
|
||||
import re
|
||||
import sys
|
||||
import fritzbox_helper as fh
|
||||
from io import StringIO, BytesIO
|
||||
|
||||
PAGE = '/system/ecostat.lua'
|
||||
pattern = re.compile('.*\/(StatRAM.*?)".*=.*"(.*?)"')
|
||||
|
@ -16,13 +16,10 @@
|
||||
#%# capabilities=autoconf
|
||||
"""
|
||||
|
||||
import hashlib
|
||||
import httplib
|
||||
import os
|
||||
import re
|
||||
import sys
|
||||
import fritzbox_helper as fh
|
||||
from io import StringIO, BytesIO
|
||||
|
||||
PAGE = '/system/energy.lua'
|
||||
pattern = re.compile('.*\/(.*act?)".*=.*"(.*?)"')
|
||||
|
@ -16,13 +16,10 @@
|
||||
#%# capabilities=autoconf
|
||||
"""
|
||||
|
||||
import hashlib
|
||||
import httplib
|
||||
import os
|
||||
import re
|
||||
import sys
|
||||
import fritzbox_helper as fh
|
||||
from io import StringIO, BytesIO
|
||||
|
||||
PAGE = '/system/energy.lua'
|
||||
pattern = re.compile('(\d+) WLAN')
|
||||
|
Loading…
Reference in New Issue
Block a user