improve pluginloader.py

This commit is contained in:
Schrolli 2015-05-20 10:23:03 +02:00
parent e56af20517
commit 80c0573098
2 changed files with 17 additions and 10 deletions

View file

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