diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2009-02-18 13:25:25 +0100 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2009-02-18 13:25:25 +0100 |
| commit | 88a7819026f53420d5b973acfd2590e58b0c49aa (patch) | |
| tree | a661ddd5519eff3076fc9c30118d3b9f6795dc0d /lib/python/Plugins/Plugin.py | |
| parent | 7fd9ffdeb796034ee631a795fb5bab31b035e8e7 (diff) | |
| parent | 18d5fedc236e3374f8a31af5e312d12bb16fd31d (diff) | |
| download | enigma2-88a7819026f53420d5b973acfd2590e58b0c49aa.tar.gz enigma2-88a7819026f53420d5b973acfd2590e58b0c49aa.zip | |
Merge branch 'master' of /home/tmbinc/enigma2-git
Diffstat (limited to 'lib/python/Plugins/Plugin.py')
| -rwxr-xr-x[-rw-r--r--] | lib/python/Plugins/Plugin.py | 3 |
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 |
