diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-01-02 16:49:07 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-01-02 16:49:07 +0000 |
| commit | a14708a8dffb5d57da2f992f0d09da419ab1ba37 (patch) | |
| tree | 518fb24f11f14b5b1aa319e5fecaf0d542dd1c87 /lib/python/Screens/TimerEntry.py | |
| parent | 7698f560bce1d097c887cbee427e0389fa85eee6 (diff) | |
| download | enigma2-a14708a8dffb5d57da2f992f0d09da419ab1ba37.tar.gz enigma2-a14708a8dffb5d57da2f992f0d09da419ab1ba37.zip | |
add missing import
Diffstat (limited to 'lib/python/Screens/TimerEntry.py')
| -rw-r--r-- | lib/python/Screens/TimerEntry.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
