X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/2e670b5e69b463895aeab6268bf67fa35ba73c21..76fe69e113637a200aafdc2d6dede772706e4b09:/lib/python/Screens/SleepTimerEdit.py diff --git a/lib/python/Screens/SleepTimerEdit.py b/lib/python/Screens/SleepTimerEdit.py index f582ff22..f724bc5f 100644 --- a/lib/python/Screens/SleepTimerEdit.py +++ b/lib/python/Screens/SleepTimerEdit.py @@ -5,8 +5,6 @@ from Components.Input import Input from Components.Label import Label from Components.Pixmap import Pixmap from Components.config import config -from SleepTimer import SleepTimerEntry -import time class SleepTimerEdit(Screen): def __init__(self, session):