Extend interface.txt

This commit is contained in:
Schrolli 2015-07-01 15:02:45 +02:00
parent dea33d5b7e
commit 214ce78470
2 changed files with 10 additions and 1 deletions

View file

@ -75,4 +75,12 @@ def run(typ,freq,data):
@return: nothing
@exception: nothing, make sure this function will never thrown an exception
"""
"""
Global Functions for plugins:
-----------------------------
from includes import helper #Global helper functions
helper.curtime("FORMAT")

View file

@ -23,6 +23,7 @@
import logging # Global logger
from includes import globals # Global variables
#from includes import helper #Global helper functions
##
#