X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/d29dad2c2d56f1664fd7bedf08b5e45ceb85d47c..ddb902bb5534e88375cd37845b19505c91c6a58b:/Navigation.py diff --git a/Navigation.py b/Navigation.py index f8c84173..7c1cdd42 100644 --- a/Navigation.py +++ b/Navigation.py @@ -2,6 +2,7 @@ from enigma import * from Components.ParentalControl import parentalControl from Tools.BoundFunction import boundFunction import RecordTimer +import SleepTimer import NavigationInstance import ServiceReference @@ -27,6 +28,7 @@ class Navigation: self.currentlyPlayingService = None self.state = 0 self.RecordTimer = RecordTimer.RecordTimer() + self.SleepTimer = SleepTimer.SleepTimer() def callEvent(self, i): self.state = i != 1