aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/ChannelSelection.py
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-07-11 12:23:16 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-07-11 12:23:16 +0000
commit51550aa81c726aedfa7159af0e67f8bcd5fb8a2f (patch)
tree5a98de59b25874170e5e66d6cb3e82be399b0ec7 /lib/python/Screens/ChannelSelection.py
parent64a7bd679d0a4a91699b8de9629b7c20de2fa5d7 (diff)
downloadenigma2-51550aa81c726aedfa7159af0e67f8bcd5fb8a2f.tar.gz
enigma2-51550aa81c726aedfa7159af0e67f8bcd5fb8a2f.zip
fix some imports
Diffstat (limited to 'lib/python/Screens/ChannelSelection.py')
-rw-r--r--lib/python/Screens/ChannelSelection.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/python/Screens/ChannelSelection.py b/lib/python/Screens/ChannelSelection.py
index 2fd3bd8b..b203b24e 100644
--- a/lib/python/Screens/ChannelSelection.py
+++ b/lib/python/Screens/ChannelSelection.py
@@ -21,7 +21,6 @@ profile("ChannelSelection.py 2.3")
from Components.Input import Input
profile("ChannelSelection.py 3")
from Components.ParentalControl import parentalControl
-from Components.Pixmap import Pixmap
from Screens.InputBox import InputBox, PinInput
from Screens.MessageBox import MessageBox
from Screens.ServiceInfo import ServiceInfo