aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2010-12-20 23:40:40 +0100
committerghost <andreas.monzner@multimedia-labs.de>2010-12-20 23:40:40 +0100
commit68d7804ff72c80b4ba7c4e64e6a3ae36c1bad68b (patch)
treea056548f275517adf40590d1f67e36a3908b53b4 /lib/python
parenta02b205a9e7009fdcd52c12be88eeb2ca28835db (diff)
downloadenigma2-68d7804ff72c80b4ba7c4e64e6a3ae36c1bad68b.tar.gz
enigma2-68d7804ff72c80b4ba7c4e64e6a3ae36c1bad68b.zip
add missing import
refs #635
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Components/TimerSanityCheck.py1
1 files changed, 1 insertions, 0 deletions
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):