From b249e6ff1328bd3f4503d0546e5a519471f6d44e Mon Sep 17 00:00:00 2001 From: Ronny Strutz Date: Wed, 31 Aug 2005 01:36:41 +0000 Subject: [PATCH] added global instance --- mytest.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mytest.py b/mytest.py index e944e3b3..53054d9a 100644 --- a/mytest.py +++ b/mytest.py @@ -172,6 +172,9 @@ skin.loadSkin(getDesktop()) import Components.InputDevice Components.InputDevice.InitInputDevices() +import Components.AVSwitch +Components.AVSwitch.InitAVSwitch() + import Components.SetupDevices Components.SetupDevices.InitSetupDevices() -- 2.30.2