aboutsummaryrefslogtreecommitdiff
path: root/mytest.py
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-05-11 21:14:28 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-05-11 21:14:28 +0000
commit56e40b4b0f436dc7d9214fd3a96a621c15bd9f10 (patch)
tree1326518b5de01adee7ed3f9550e0168b8cd20003 /mytest.py
parent47242ac03ffc647d2a27a27823c817d4f96ddad6 (diff)
downloadenigma2-56e40b4b0f436dc7d9214fd3a96a621c15bd9f10.tar.gz
enigma2-56e40b4b0f436dc7d9214fd3a96a621c15bd9f10.zip
implement and re-enable default ac3 option
Diffstat (limited to 'mytest.py')
-rw-r--r--mytest.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/mytest.py b/mytest.py
index 8b3ad497..5f574ad8 100644
--- a/mytest.py
+++ b/mytest.py
@@ -415,6 +415,8 @@ def runScreenTest():
screensToRun.append(Screens.InfoBar.InfoBar)
+ ePythonConfigQuery.setQueryFunc(configfile.getResolvedKey)
+
def runNextScreen(session, screensToRun, *result):
if result:
quitMainloop(*result)