aboutsummaryrefslogtreecommitdiff
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:42:00 +0100
commit6a2f0acb3f92f433eb1ec4fd29a39532dadbaaca (patch)
tree31b59352e47d3855d6295a75ddea492d36d5d322
parent420e29b988b8d1326b9c6095eec6e2ffcb560e05 (diff)
downloadenigma2-6a2f0acb3f92f433eb1ec4fd29a39532dadbaaca.tar.gz
enigma2-6a2f0acb3f92f433eb1ec4fd29a39532dadbaaca.zip
add missing import
refs #635
-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):