diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2008-10-26 11:05:57 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2008-10-26 11:05:57 +0000 |
| commit | c520b7a4598416098eadc08b903f757a02b7fe73 (patch) | |
| tree | 1fbbb9e508f73f635f8272be5e2d7a0d5a2b83ff /lib/python | |
| parent | df0caf48b4590bbb469ec065ac08284903292394 (diff) | |
| download | enigma2-c520b7a4598416098eadc08b903f757a02b7fe73.tar.gz enigma2-c520b7a4598416098eadc08b903f757a02b7fe73.zip | |
workaround for config entry dependencies
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/InfoBar.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/python/Screens/InfoBar.py b/lib/python/Screens/InfoBar.py index 0d33217d..01b77f3f 100644 --- a/lib/python/Screens/InfoBar.py +++ b/lib/python/Screens/InfoBar.py @@ -1,5 +1,8 @@ from Tools.Profile import profile +# workaround for required config entry dependencies. +from Screens.MovieSelection import MovieSelection + from Screen import Screen profile("LOAD:enigma") |
