aboutsummaryrefslogtreecommitdiff
path: root/mytest.py
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-01-06 15:48:47 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-01-06 15:48:47 +0000
commitbb438bec17665a907c28ca47d665766c7b26be79 (patch)
tree498dd3e71e349dc5845cdb5e48312c166328c0dd /mytest.py
parenteec9fe4a7e1381ee158c75431bc5fdd685b8f552 (diff)
downloadenigma2-bb438bec17665a907c28ca47d665766c7b26be79.tar.gz
enigma2-bb438bec17665a907c28ca47d665766c7b26be79.zip
plugins can register their own menu now
menus have their own id now the update plugin for example adds a menu item to the Setup menu with the id "setup"
Diffstat (limited to 'mytest.py')
-rw-r--r--mytest.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/mytest.py b/mytest.py
index c55476fd..573a0072 100644
--- a/mytest.py
+++ b/mytest.py
@@ -24,6 +24,10 @@ from Tools.Directories import InitFallbackFiles
InitFallbackFiles()
eDVBDB.getInstance().reloadBouquets()
+# initialize autorun plugins and plugin menu entries
+from Components.PluginComponent import plugins
+plugins.getPluginList()
+
had = dict()
def dump(dir, p = ""):