X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/cf81c9acef45dc09976065bb4e7ad9b4818c5aa6..8bd6103bc110547cf683f931a1d9d7d14156bf98:/mytest.py diff --git a/mytest.py b/mytest.py index 49283357..9e997189 100644 --- a/mytest.py +++ b/mytest.py @@ -68,7 +68,6 @@ class Session: if self.currentDialog.isTmp: self.currentDialog.doClose() - print sys.getrefcount(self.currentDialog) del self.currentDialog.instance # dump(self.currentDialog) del self.currentDialog @@ -182,9 +181,15 @@ Components.AVSwitch.InitAVSwitch() import Components.Network Components.Network.InitNetwork() +import Components.Lcd +Components.Lcd.InitLcd() + import Components.SetupDevices Components.SetupDevices.InitSetupDevices() +import Components.RFmod +Components.RFmod.InitRFmod() + import Components.NimManager # first, setup a screen