aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny Strutz <ronny.strutz@multimedia-labs.de>2005-11-14 01:48:26 +0000
committerRonny Strutz <ronny.strutz@multimedia-labs.de>2005-11-14 01:48:26 +0000
commite2396e2fde72ce1e605623e46cb4f2ddfb63740b (patch)
tree147a8e9c3883383ee4432b54f8aef2174dbb5437
parentade223dbcaea967e4151cb054c8bd1778a8077f6 (diff)
downloadenigma2-e2396e2fde72ce1e605623e46cb4f2ddfb63740b.tar.gz
enigma2-e2396e2fde72ce1e605623e46cb4f2ddfb63740b.zip
small changes
-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
- })
-