From: ghost Date: Mon, 20 Dec 2010 22:40:40 +0000 (+0100) Subject: add missing import X-Git-Tag: experimental-2011.01~2^2~1 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/68d7804ff72c80b4ba7c4e64e6a3ae36c1bad68b add missing import refs #635 --- diff --git a/lib/python/Components/TimerSanityCheck.py b/lib/python/Components/TimerSanityCheck.py index dc1b519f..b9dda6a6 100644 --- a/lib/python/Components/TimerSanityCheck.py +++ b/lib/python/Components/TimerSanityCheck.py @@ -2,6 +2,7 @@ import NavigationInstance from time import localtime, mktime, gmtime from ServiceReference import ServiceReference from enigma import iServiceInformation, eServiceCenter, eServiceReference +from timer import TimerEntry class TimerSanityCheck: def __init__(self, timerlist, newtimer=None):