BOSWatch/plugin_test/plugins/none/__init__.py

9 lines
173 B
Python
Raw Normal View History

2015-05-19 07:29:39 +02:00
#!/usr/bin/python
# -*- coding: cp1252 -*-
import logging # Global logger
import globals # Global variables
def run(typ,freq,data):
logging.info("Nothing to do")