diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2010-12-20 23:40:40 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2010-12-20 23:42:00 +0100 |
| commit | 6a2f0acb3f92f433eb1ec4fd29a39532dadbaaca (patch) | |
| tree | 31b59352e47d3855d6295a75ddea492d36d5d322 /lib/python | |
| parent | 420e29b988b8d1326b9c6095eec6e2ffcb560e05 (diff) | |
| download | enigma2-6a2f0acb3f92f433eb1ec4fd29a39532dadbaaca.tar.gz enigma2-6a2f0acb3f92f433eb1ec4fd29a39532dadbaaca.zip | |
add missing import
refs #635
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Components/TimerSanityCheck.py | 1 |
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): |
