From: Felix Domke Date: Thu, 30 Nov 2006 02:42:43 +0000 (+0000) Subject: remove obsolete HTMLComponent X-Git-Tag: 2.6.0~2643 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/32af364319f0a6e1b7626e182c28ef596239539d?ds=sidebyside remove obsolete HTMLComponent --- diff --git a/lib/python/Components/MovieList.py b/lib/python/Components/MovieList.py index fca96e24..1da5a519 100644 --- a/lib/python/Components/MovieList.py +++ b/lib/python/Components/MovieList.py @@ -1,4 +1,3 @@ -from HTMLComponent import * from GUIComponent import * from Tools.FuzzyDate import FuzzyTime from ServiceReference import ServiceReference @@ -10,7 +9,7 @@ from enigma import eServiceReference, eServiceCenter, \ eServiceCenterPtr, iListableServicePtr, \ iStaticServiceInformationPtr -class MovieList(HTMLComponent, GUIComponent): +class MovieList(GUIComponent): def __init__(self, root): GUIComponent.__init__(self) self.l = eListboxPythonMultiContent()