1
0
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:
Christian Stade-Schuldt 2015-06-05 00:03:37 +02:00
parent a44995478e
commit 90450f9358
5 changed files with 0 additions and 14 deletions

View File

@ -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)".*=.*"(.*?)"')

View File

@ -16,8 +16,6 @@
#%# capabilities=autoconf
"""
import hashlib
import httplib
import os
import re
import sys

View File

@ -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.*?)".*=.*"(.*?)"')

View File

@ -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?)".*=.*"(.*?)"')

View File

@ -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')