aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Plugin.py
diff options
context:
space:
mode:
authoracid-burn <acidburn@opendreambox.org>2009-02-17 16:45:43 +0100
committeracid-burn <acidburn@opendreambox.org>2009-02-17 16:45:43 +0100
commit18d5fedc236e3374f8a31af5e312d12bb16fd31d (patch)
treefae4339f0a974210768b6f5efdcac776a74416c1 /lib/python/Plugins/Plugin.py
parent6e7778ae1b3e258bc53e6ddd2a4635a84d07a92b (diff)
downloadenigma2-18d5fedc236e3374f8a31af5e312d12bb16fd31d.tar.gz
enigma2-18d5fedc236e3374f8a31af5e312d12bb16fd31d.zip
follow Console() changes
add WHERE_NETWORKCONFIG_READ to Plugin Descriptor make Reichi happy ;-)
Diffstat (limited to 'lib/python/Plugins/Plugin.py')
-rwxr-xr-x[-rw-r--r--]lib/python/Plugins/Plugin.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/python/Plugins/Plugin.py b/lib/python/Plugins/Plugin.py
index 53e7b0b8..d7fc6898 100644..100755
--- 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