From 13e3018673a588fe5225bc1c3fe893593a9eadb3 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Tue, 15 Jul 2008 09:33:50 +0000 Subject: display "audio" instead of "timeshift" in the infobar next to the yellow knob for new rc boxes --- mytest.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mytest.py') 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 -- cgit v1.2.3