From: Ronny Strutz Date: Mon, 14 Nov 2005 01:48:26 +0000 (+0000) Subject: small changes X-Git-Tag: 2.6.0~5247 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/e2396e2fde72ce1e605623e46cb4f2ddfb63740b small changes --- diff --git a/lib/python/Screens/ScartLoopThrough.py b/lib/python/Screens/ScartLoopThrough.py index b46d1694..e69de29b 100644 --- a/lib/python/Screens/ScartLoopThrough.py +++ b/lib/python/Screens/ScartLoopThrough.py @@ -1,12 +0,0 @@ -from Screen import Screen -from Components.ActionMap import ActionMap - -class ScartLoopThrough(Screen): - def __init__(self, session): - Screen.__init__(self, session) - - self["actions"] = ActionMap(["OkCancelActions"], - { - "cancel": self.close - }) -