diff options
Diffstat (limited to 'lib/python/Components/ProgressBar.py')
| -rw-r--r-- | lib/python/Components/ProgressBar.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/ProgressBar.py b/lib/python/Components/ProgressBar.py index 00b1bbe3..9bec1796 100644 --- a/lib/python/Components/ProgressBar.py +++ b/lib/python/Components/ProgressBar.py @@ -5,7 +5,7 @@ from VariableValue import * from enigma import eSlider # a general purpose progress bar -class ProgressBar(HTMLComponent, GUIComponent, VariableValue): +class ProgressBar(VariableValue, HTMLComponent, GUIComponent): def __init__(self): GUIComponent.__init__(self) VariableValue.__init__(self) |
