diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-11-30 02:42:43 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-11-30 02:42:43 +0000 |
| commit | 32af364319f0a6e1b7626e182c28ef596239539d (patch) | |
| tree | d4f4071f3549ff82145e8a44b40c578e42c48f59 /lib/python/Components | |
| parent | d5b16c08f65ed4d02aa3470d8f1f26cbaf18c9e5 (diff) | |
| download | enigma2-32af364319f0a6e1b7626e182c28ef596239539d.tar.gz enigma2-32af364319f0a6e1b7626e182c28ef596239539d.zip | |
remove obsolete HTMLComponent
Diffstat (limited to 'lib/python/Components')
| -rw-r--r-- | lib/python/Components/MovieList.py | 3 |
1 files changed, 1 insertions, 2 deletions
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() |
