# delivered, and only on pre-loaded plugins
WHERE_SESSIONSTART = 7
+ # start as teletext plugin. arguments: session, serviceref
+ WHERE_TELETEXT = 8
+
def __init__(self, name = "Plugin", where = [ ], description = "", icon = None, fnc = None):
self.name = name
if type(where) is list: