aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/SleepTimerEdit.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Screens/SleepTimerEdit.py')
-rw-r--r--lib/python/Screens/SleepTimerEdit.py2
1 files changed, 0 insertions, 2 deletions
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):