From: ghost Date: Mon, 20 Dec 2010 22:40:40 +0000 (+0100) Subject: add missing import X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=6a2f0acb3f92f433eb1ec4fd29a39532dadbaaca;hp=420e29b988b8d1326b9c6095eec6e2ffcb560e05 add missing import refs #635 --- diff --git a/lib/python/Components/TimerSanityCheck.py b/lib/python/Components/TimerSanityCheck.py index dc1b519..b9dda6a 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):