From 18d5fedc236e3374f8a31af5e312d12bb16fd31d Mon Sep 17 00:00:00 2001 From: acid-burn Date: Tue, 17 Feb 2009 16:45:43 +0100 Subject: follow Console() changes add WHERE_NETWORKCONFIG_READ to Plugin Descriptor make Reichi happy ;-) --- lib/python/Plugins/Plugin.py | 3 +++ 1 file changed, 3 insertions(+) mode change 100644 => 100755 lib/python/Plugins/Plugin.py (limited to 'lib/python/Plugins') diff --git a/lib/python/Plugins/Plugin.py b/lib/python/Plugins/Plugin.py old mode 100644 new mode 100755 index 53e7b0b8..d7fc6898 --- a/lib/python/Plugins/Plugin.py +++ b/lib/python/Plugins/Plugin.py @@ -49,6 +49,9 @@ class PluginDescriptor: # or return a function which is called with session and the interface name for extended setup of this interface WHERE_EVENTINFO = 11 + # reason (True: Networkconfig read finished, False: Networkconfig reload initiated ) + WHERE_NETWORKCONFIG_READ = 12 + def __init__(self, name = "Plugin", where = [ ], description = "", icon = None, fnc = None, wakeupfnc = None, internal = False): self.name = name self.internal = internal -- cgit v1.2.3