cleanup some imports
[enigma2.git] / lib / python / Screens / SleepTimerEdit.py
index f582ff2269935e499fc34ed3149487853a3939a9..f724bc5f7bbf369f6c3ec5df4cab00816cf9312a 100644 (file)
@@ -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 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):
 
 class SleepTimerEdit(Screen):
        def __init__(self, session):