X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/28ec4d16dee857ba725ce9a376fb69829bff0592..e1ea45e881637c29c87677ef0cb15fcc600cf502:/mytest.py diff --git a/mytest.py b/mytest.py index 42bcd3ee..242f19e5 100644 --- a/mytest.py +++ b/mytest.py @@ -75,8 +75,6 @@ class Session: if self.currentDialog.isTmp: self.currentDialog.doClose() - - del self.currentDialog.instance # dump(self.currentDialog) del self.currentDialog else: @@ -121,6 +119,9 @@ class Session: quitMainloop(5) print '-'*60 + if dlg is None: + return + # read skin data readSkin(dlg, None, dlg.skinName, self.desktop)