aboutsummaryrefslogtreecommitdiff
path: root/mytest.py
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2006-02-19 20:47:23 +0000
committerFelix Domke <tmbinc@elitedvb.net>2006-02-19 20:47:23 +0000
commit57534d26a3ec9cc77ab3eedc5ad393897e4dee95 (patch)
tree42b9c2fd59234c4fb6830728c9824bce1625d01c /mytest.py
parentdaaf4b6ba8fbddd81553e0076385220ef1a7f327 (diff)
downloadenigma2-57534d26a3ec9cc77ab3eedc5ad393897e4dee95.tar.gz
enigma2-57534d26a3ec9cc77ab3eedc5ad393897e4dee95.zip
re-add autostart plugins
Diffstat (limited to 'mytest.py')
-rw-r--r--mytest.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mytest.py b/mytest.py
index dda2c87a..91cb9f95 100644
--- a/mytest.py
+++ b/mytest.py
@@ -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