X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/a4da9cccc2575c4bf299bde9594dad3e049ddf6a..d3f4cf09ab23a7a8945730679b1d3b36e41cf870:/lib/python/Screens/ScartLoopThrough.py 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 - }) -