From: Ronny Strutz Date: Mon, 14 Nov 2005 01:48:26 +0000 (+0000) Subject: small changes X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=e2396e2fde72ce1e605623e46cb4f2ddfb63740b small changes --- diff --git a/lib/python/Screens/ScartLoopThrough.py b/lib/python/Screens/ScartLoopThrough.py index b46d169..e69de29 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 - }) -