From 85f5c84f1e3e4d22fb1939751d39de03877b93d8 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Thu, 19 Jan 2006 02:18:21 +0000 Subject: add a small text input component --- lib/python/Screens/TimerEdit.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/python/Screens/TimerEdit.py') diff --git a/lib/python/Screens/TimerEdit.py b/lib/python/Screens/TimerEdit.py index ff2a017f..560ec942 100644 --- a/lib/python/Screens/TimerEdit.py +++ b/lib/python/Screens/TimerEdit.py @@ -4,7 +4,6 @@ from Components.ActionMap import ActionMap from Components.TimeInput import TimeInput from Components.Label import Label from Components.Button import Button -from Components.TextInput import TextInput from TimerEntry import TimerEntry from RecordTimer import RecordTimerEntry, parseEvent from time import * -- cgit v1.2.3