diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-09-29 22:10:55 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-09-29 22:10:55 +0000 |
| commit | 3bb123519259a57b81ee84e2632e1ef0e2137399 (patch) | |
| tree | 3635c2f3ea021cddb425d39c6e1191e8f06ac92a /lib/python/Screens/__init__.py | |
| parent | dc4baf46885bc1369f995ee739b976ee2759e649 (diff) | |
| download | enigma2-3bb123519259a57b81ee84e2632e1ef0e2137399.tar.gz enigma2-3bb123519259a57b81ee84e2632e1ef0e2137399.zip | |
add FixedMenu
Diffstat (limited to 'lib/python/Screens/__init__.py')
| -rw-r--r-- | lib/python/Screens/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/python/Screens/__init__.py b/lib/python/Screens/__init__.py index 4dc5fafe..82a4856f 100644 --- a/lib/python/Screens/__init__.py +++ b/lib/python/Screens/__init__.py @@ -1,4 +1,5 @@ __all__ = ["ChannelSelection", "ClockDisplay", "ConfigMenu", "InfoBar", "MessageBox", "Menu", "MovieSelection", "ScartLoopThrough", "Screen", "ServiceScan", "About", - "TimerEdit", "Setup", "HarddiskSetup", "Satconfig"] + "TimerEdit", "Setup", "HarddiskSetup", "FixedMenu", + "Satconfig" ] |
