X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fpython%2FComponents%2FMovieList.py;fp=lib%2Fpython%2FComponents%2FMovieList.py;h=1da5a51995c9e7265431523aad01c61f6b105b4b;hb=32af364319f0a6e1b7626e182c28ef596239539d;hp=fca96e249c88380693bdc537cf5c9f268f50912c;hpb=d5b16c08f65ed4d02aa3470d8f1f26cbaf18c9e5;p=vuplus_dvbapp diff --git a/lib/python/Components/MovieList.py b/lib/python/Components/MovieList.py index fca96e2..1da5a51 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()