X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=mytest.py;h=68d777a9ee562cacf961ff07e344dbaf89dc439a;hb=7a900d0687c0c35396396d9fdedc454283312e55;hp=01db6e65c263e949306c3d56ef919a907b054a74;hpb=98c4b5bb004e9297bffa8e1c3572572741fda933;p=vuplus_dvbapp diff --git a/mytest.py b/mytest.py index 01db6e6..68d777a 100644 --- a/mytest.py +++ b/mytest.py @@ -12,6 +12,7 @@ from Navigation import Navigation from skin import readSkin, applyAllAttributes + # A screen is a function which instanciates all components of a screen into a temporary component. # Thus, the global stuff is a screen, too. # In a screen, components can either be instanciated from the class-tree, cloned (copied) or @@ -159,6 +160,9 @@ keymapparser.readKeymap() import skin skin.loadSkin(getDesktop()) +import Components.InputDevice +Components.InputDevice.InitInputDevices() + # first, setup a screen runScreenTest()