aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Plugin.py
diff options
context:
space:
mode:
authoracid-burn <acid-burn@opendreambox.org>2009-12-28 22:18:40 +0100
committeracid-burn <acid-burn@opendreambox.org>2009-12-28 22:18:40 +0100
commita7ed9db9532b7ac58dc3b923c0e3f9ee1789ddeb (patch)
treee9c99d880022a9f41f93a1ee76b45a4f13200ac2 /lib/python/Plugins/Plugin.py
parenta285571e31b3b1a99764a674319621f0298833c2 (diff)
parent018534fa7bf9be0885b2ffc753d8d6fc5b56143c (diff)
downloadenigma2-a7ed9db9532b7ac58dc3b923c0e3f9ee1789ddeb.tar.gz
enigma2-a7ed9db9532b7ac58dc3b923c0e3f9ee1789ddeb.zip
Merge commit 'origin/bug_112_enable_extensions_manager' into experimental
Conflicts: lib/python/Plugins/SystemPlugins/NetworkWizard/NetworkWizard.py
Diffstat (limited to 'lib/python/Plugins/Plugin.py')
-rwxr-xr-xlib/python/Plugins/Plugin.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Plugins/Plugin.py b/lib/python/Plugins/Plugin.py
index 7cf0c18b..5a676cda 100755
--- a/lib/python/Plugins/Plugin.py
+++ b/lib/python/Plugins/Plugin.py
@@ -60,6 +60,7 @@ class PluginDescriptor:
# should be provided to name and describe the new menu entry.
WHERE_SOFTWAREMANAGER = 14
+
def __init__(self, name = "Plugin", where = [ ], description = "", icon = None, fnc = None, wakeupfnc = None, internal = False):
self.name = name
self.internal = internal