add missing import
authorghost <andreas.monzner@multimedia-labs.de>
Mon, 20 Dec 2010 22:40:40 +0000 (23:40 +0100)
committerghost <andreas.monzner@multimedia-labs.de>
Mon, 20 Dec 2010 22:42:00 +0000 (23:42 +0100)
refs #635

lib/python/Components/TimerSanityCheck.py

index dc1b519..b9dda6a 100644 (file)
@@ -2,6 +2,7 @@ import NavigationInstance
 from time import localtime, mktime, gmtime
 from ServiceReference import ServiceReference
 from enigma import iServiceInformation, eServiceCenter, eServiceReference
 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):
 
 class TimerSanityCheck:
        def __init__(self, timerlist, newtimer=None):