From 67b53c1cb06988394c35a6e965c99b72b67fe1be Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Sun, 22 Jul 2007 09:54:05 +0000 Subject: cleanup some imports --- lib/python/Screens/TimerEdit.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/python/Screens/TimerEdit.py') diff --git a/lib/python/Screens/TimerEdit.py b/lib/python/Screens/TimerEdit.py index babf28fe..08bc12b3 100644 --- a/lib/python/Screens/TimerEdit.py +++ b/lib/python/Screens/TimerEdit.py @@ -1,6 +1,5 @@ from Components.ActionMap import ActionMap from Components.Button import Button -from Components.Label import Label from Components.MenuList import MenuList from Components.TimerList import TimerList, TimerEntryComponent from Components.TimerSanityCheck import TimerSanityCheck @@ -11,7 +10,7 @@ from Screens.MessageBox import MessageBox from ServiceReference import ServiceReference from TimerEntry import TimerEntry, TimerLog from Tools.BoundFunction import boundFunction -from time import * +from time import time class TimerEditList(Screen): def __init__(self, session): -- cgit v1.2.3