smaller formatting changes
authorMoritz Venn <ritzmo@users.schwerkraft.elitedvb.net>
Mon, 2 Feb 2009 11:12:50 +0000 (11:12 +0000)
committerMoritz Venn <ritzmo@users.schwerkraft.elitedvb.net>
Mon, 2 Feb 2009 11:12:50 +0000 (11:12 +0000)
epgsearch/src/EPGSearch.py

index e1e4f53..1fc09f4 100644 (file)
@@ -13,14 +13,13 @@ from Components.TimerList import TimerList
 
 class EPGSearch(EPGSelection):
        def __init__(self, session, *args):
-               EPGSelection.__init__(self, session, '')  # Empty string serviceref so we get EPG_TYPE_SINGLE
+               EPGSelection.__init__(self, session, '') # Empty string serviceref so we get EPG_TYPE_SINGLE
                self.skinName = "EPGSelection"
 
                self["MenuActions"] = ActionMap(["MenuActions"],
-                       {
+               {
                                "menu": self.menu,
-                       }
-               )
+               })
 
                # XXX: we lose sort begin/end here
                self["key_yellow"].setText(_("New Search"))
@@ -174,10 +173,9 @@ class EPGSearchChannelSelection(SimpleChannelSelection):
                self.skinName = "SimpleChannelSelection"
 
                self["ChannelSelectEPGActions"] = ActionMap(["ChannelSelectEPGActions"],
-                       {
+               {
                                "showEPGList": self.channelSelected
-                       }
-               )
+               })
 
        def channelSelected(self):
                ref = self.getCurrentSelection()