diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-02-19 20:47:23 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-02-19 20:47:23 +0000 |
| commit | 57534d26a3ec9cc77ab3eedc5ad393897e4dee95 (patch) | |
| tree | 42b9c2fd59234c4fb6830728c9824bce1625d01c /mytest.py | |
| parent | daaf4b6ba8fbddd81553e0076385220ef1a7f327 (diff) | |
| download | enigma2-57534d26a3ec9cc77ab3eedc5ad393897e4dee95.tar.gz enigma2-57534d26a3ec9cc77ab3eedc5ad393897e4dee95.zip | |
re-add autostart plugins
Diffstat (limited to 'mytest.py')
| -rw-r--r-- | mytest.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -35,7 +35,7 @@ except: # initialize autorun plugins and plugin menu entries from Components.PluginComponent import plugins -plugins.readPluginList(runAutostartPlugins=True) +plugins.readPluginList() from Screens.Wizard import wizardManager from Screens.StartWizard import * @@ -331,7 +331,7 @@ import Components.NimManager # first, setup a screen try: runScreenTest() -# plugins.getPluginList(runAutoendPlugins=True) + plugins.shutdown() except: print 'EXCEPTION IN PYTHON STARTUP CODE:' print '-'*60 |
