X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/ce143a3aa7197c0b066e22d4bc4825d3d63a252e..77a115baa70d23d342a1b54aa5cedd57bc5d6282:/lib/python/Screens/TimerEdit.py diff --git a/lib/python/Screens/TimerEdit.py b/lib/python/Screens/TimerEdit.py index bd4b64d3..761b2b48 100644 --- a/lib/python/Screens/TimerEdit.py +++ b/lib/python/Screens/TimerEdit.py @@ -182,7 +182,7 @@ class TimerSanityConflict(Screen): def __init__(self, session, timer): Screen.__init__(self, session) self.timer = timer - print timer + print "TimerSanityConflict", timer self["timer1"] = TimerList(self.getTimerList(timer[0])) if len(timer) > 1: