aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/ScartLoopThrough.py12
1 files changed, 0 insertions, 12 deletions
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
- })
-