diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2008-07-15 09:33:50 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2008-07-15 09:33:50 +0000 |
| commit | 13e3018673a588fe5225bc1c3fe893593a9eadb3 (patch) | |
| tree | 11bb4995f83fd95779925794a45e22c4030619e3 /mytest.py | |
| parent | 642ad899328bf7c029a9a1ef73e29d4cb9558c3d (diff) | |
| download | enigma2-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.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
