aboutsummaryrefslogtreecommitdiff
path: root/mytest.py
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2008-07-15 09:33:50 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2008-07-15 09:33:50 +0000
commit13e3018673a588fe5225bc1c3fe893593a9eadb3 (patch)
tree11bb4995f83fd95779925794a45e22c4030619e3 /mytest.py
parent642ad899328bf7c029a9a1ef73e29d4cb9558c3d (diff)
downloadenigma2-13e3018673a588fe5225bc1c3fe893593a9eadb3.tar.gz
enigma2-13e3018673a588fe5225bc1c3fe893593a9eadb3.zip
display "audio" instead of "timeshift" in the infobar next to the yellow knob for new rc boxes
Diffstat (limited to 'mytest.py')
-rw-r--r--mytest.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/mytest.py b/mytest.py
index 8c900c18..0c448d70 100644
--- a/mytest.py
+++ b/mytest.py
@@ -72,10 +72,11 @@ from Components.PluginComponent import plugins
profile("LOAD:Wizard")
from Screens.Wizard import wizardManager
+from Screens.DefaultWizard import *
from Screens.ImageWizard import *
from Screens.StartWizard import *
-from Screens.DefaultWizard import *
from Screens.TutorialWizard import *
+import Screens.Rc
from Tools.BoundFunction import boundFunction
from Plugins.Plugin import PluginDescriptor