X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/69d19bb77913e6b543a9bdae403c31550114cfdf..6fc7f7eb3df8cf3bed07cf9c2aae843734e87fbd:/timer.py diff --git a/timer.py b/timer.py index 0ad53af9..d4ac23d7 100644 --- a/timer.py +++ b/timer.py @@ -1,8 +1,6 @@ from bisect import insort -from time import strftime, time, localtime, gmtime, mktime -from calendar import timegm +from time import strftime, time, localtime, mktime from enigma import eTimer -import calendar import datetime class TimerEntry: