moving the list generation to a seperate method
[enigma2.git] / 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
-                       })
-