X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/939e78997bc25b22b3270ae3e298b0cc49becdbf..839be671393e0b2503ca831e7d6f716523f9724c:/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)