From: Stefan Pluecken Date: Mon, 2 Jan 2006 16:49:07 +0000 (+0000) Subject: add missing import X-Git-Tag: 2.6.0~4542 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/a14708a8dffb5d57da2f992f0d09da419ab1ba37?hp=7698f560bce1d097c887cbee427e0389fa85eee6;ds=sidebyside add missing import --- diff --git a/lib/python/Screens/TimerEntry.py b/lib/python/Screens/TimerEntry.py index 5c18c419..ea18d892 100644 --- a/lib/python/Screens/TimerEntry.py +++ b/lib/python/Screens/TimerEntry.py @@ -6,6 +6,7 @@ from Components.ActionMap import NumberActionMap from Components.ConfigList import ConfigList from Components.NimManager import nimmanager from Components.Label import Label +from Components.Pixmap import Pixmap import time import datetime