small changes
authorRonny Strutz <ronny.strutz@multimedia-labs.de>
Mon, 14 Nov 2005 01:48:26 +0000 (01:48 +0000)
committerRonny Strutz <ronny.strutz@multimedia-labs.de>
Mon, 14 Nov 2005 01:48:26 +0000 (01:48 +0000)
lib/python/Screens/ScartLoopThrough.py

index b46d1694c9ecccc01e55f229d0b66de45f1a51ed..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -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
-                       })
-