diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-07-22 09:54:05 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-07-22 09:54:05 +0000 |
| commit | 67b53c1cb06988394c35a6e965c99b72b67fe1be (patch) | |
| tree | 1761f6b70a9a6aa349a003842162672a7787c85e /lib/python/Screens/InfoBarGenerics.py | |
| parent | a507c89e5f0424b634cb13178c39c56d19945563 (diff) | |
| download | enigma2-67b53c1cb06988394c35a6e965c99b72b67fe1be.tar.gz enigma2-67b53c1cb06988394c35a6e965c99b72b67fe1be.zip | |
cleanup some imports
Diffstat (limited to 'lib/python/Screens/InfoBarGenerics.py')
| -rw-r--r-- | lib/python/Screens/InfoBarGenerics.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py index ca97b55f..8aeb7677 100644 --- a/lib/python/Screens/InfoBarGenerics.py +++ b/lib/python/Screens/InfoBarGenerics.py @@ -5,10 +5,9 @@ from Components.ActionMap import NumberActionMap from Components.BlinkingPixmap import BlinkingPixmapConditional from Components.Harddisk import harddiskmanager from Components.Input import Input -from Components.Label import * -from Components.Pixmap import Pixmap, PixmapConditional +from Components.Label import Label +from Components.Pixmap import Pixmap from Components.PluginComponent import plugins -from Components.ProgressBar import * from Components.ServiceEventTracker import ServiceEventTracker from Components.Sources.CurrentService import CurrentService from Components.Sources.EventInfo import EventInfo |
