delete old test Plugins

This commit is contained in:
Bastian Schroll 2015-05-20 19:41:18 +02:00
parent d1d1e3e7bf
commit 6e5843c8d3
4 changed files with 1 additions and 21 deletions

View file

@ -23,8 +23,6 @@ BosMon = 0
httpRequest = 0
# for developing template-module is enabled
template = 1
#none has no function, only demo
none = 1
[MySQL]

View file

@ -28,7 +28,7 @@ def run(typ,freq,data):
#ConfigParser
logging.debug("reading config file")
try:
for key,val in globals.config.items("template"):
for key,val in globals.config.items("httpRequest"):
logging.debug(" - %s = %s", key, val)
except:
logging.exception("cannot read config file")

View file

@ -1,9 +0,0 @@
#!/usr/bin/python
# -*- coding: cp1252 -*-
import logging # Global logger
import globals # Global variables
def run(typ,freq,data):
logging.info("Nothing to do")

View file

@ -1,9 +0,0 @@
#!/usr/bin/python
# -*- coding: cp1252 -*-
import logging # Global logger
import globals # Global variables
def run(typ,freq,data):
logging.info("Nothing to do")