aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Plugin.py
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-02-20 02:23:57 +0100
committerghost <andreas.monzner@multimedia-labs.de>2009-02-20 02:23:57 +0100
commit29d62cc699d7043a749e6f184925b7fd14b5daab (patch)
tree2625af9fa842a87817c592d9b7f5a73208856a98 /lib/python/Plugins/Plugin.py
parente180b709f892553d73784a30dc32e8251ad7b544 (diff)
parenta568c76b75e987a33d2f7a65aa483447cf55e442 (diff)
downloadenigma2-29d62cc699d7043a749e6f184925b7fd14b5daab.tar.gz
enigma2-29d62cc699d7043a749e6f184925b7fd14b5daab.zip
Merge branch 'master' of git.opendreambox.org:/git/enigma2
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