aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/TimeDateInput.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Screens/TimeDateInput.py')
-rw-r--r--lib/python/Screens/TimeDateInput.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/python/Screens/TimeDateInput.py b/lib/python/Screens/TimeDateInput.py
index c50d8195..7f940909 100644
--- a/lib/python/Screens/TimeDateInput.py
+++ b/lib/python/Screens/TimeDateInput.py
@@ -1,8 +1,7 @@
from Screen import Screen
-from Components.config import *
-from Components.ActionMap import ActionMap, NumberActionMap
-from Components.ConfigList import ConfigList, ConfigListScreen
-from Components.Button import Button
+from Components.config import ConfigClock, ConfigDateTime, getConfigListEntry
+from Components.ActionMap import NumberActionMap
+from Components.ConfigList import ConfigListScreen
from Components.Label import Label
from Components.Pixmap import Pixmap
import time