remove obsolete HTMLComponent
[enigma2.git] / lib / python / Components / MovieList.py
index fca96e249c88380693bdc537cf5c9f268f50912c..1da5a51995c9e7265431523aad01c61f6b105b4b 100644 (file)
@@ -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()