From 51550aa81c726aedfa7159af0e67f8bcd5fb8a2f Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Fri, 11 Jul 2008 12:23:16 +0000 Subject: fix some imports --- lib/python/Components/ChoiceList.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Components/ChoiceList.py') diff --git a/lib/python/Components/ChoiceList.py b/lib/python/Components/ChoiceList.py index 16778749..fe505c2a 100644 --- a/lib/python/Components/ChoiceList.py +++ b/lib/python/Components/ChoiceList.py @@ -1,6 +1,6 @@ from MenuList import MenuList from Tools.Directories import SCOPE_SKIN_IMAGE, resolveFilename -from enigma import RT_HALIGN_LEFT, eListboxPythonMultiContent, eListbox, gFont +from enigma import RT_HALIGN_LEFT, eListboxPythonMultiContent, gFont from Tools.LoadPixmap import LoadPixmap def ChoiceEntryComponent(key, text): -- cgit v1.2.3