X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/a4da9cccc2575c4bf299bde9594dad3e049ddf6a..90d9f3e7624282749eb59b57d4996f5d1d06c6b1:/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 - }) -