X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/193333b7bc72ab13d4dee5750b31c3c33041c696..e5a909e610fcd24a0bb6d7b1a586a14cd9767512:/lib/python/Screens/TimerEdit.py diff --git a/lib/python/Screens/TimerEdit.py b/lib/python/Screens/TimerEdit.py index 4a4185c3..ed11874e 100644 --- a/lib/python/Screens/TimerEdit.py +++ b/lib/python/Screens/TimerEdit.py @@ -1,6 +1,5 @@ from Screen import Screen from Components.TimerList import TimerList, TimerEntryComponent -from Components.ConfigList import ConfigList from Components.MenuList import MenuList from Components.ActionMap import ActionMap from Components.Label import Label @@ -10,7 +9,6 @@ from TimerEntry import TimerEntry, TimerLog from RecordTimer import RecordTimerEntry, parseEvent, AFTEREVENT from time import * from ServiceReference import ServiceReference -from Components.config import * from Components.TimerSanityCheck import TimerSanityCheck class TimerEditList(Screen):