diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-04-30 20:01:21 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-04-30 20:01:21 +0000 |
| commit | af50298c0edc3e108433acc9106d9a022447d44e (patch) | |
| tree | 0eec950ed239813597be312cd9df1a0bab0a773d /lib/python/Components/__init__.py | |
| parent | 81e5614daf0d2c301b9f3c646e1387482b56193e (diff) | |
| download | enigma2-af50298c0edc3e108433acc9106d9a022447d44e.tar.gz enigma2-af50298c0edc3e108433acc9106d9a022447d44e.zip | |
ChoiceBox is now usable with number keys
Diffstat (limited to 'lib/python/Components/__init__.py')
| -rw-r--r-- | lib/python/Components/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/__init__.py b/lib/python/Components/__init__.py index b6ad939c..5dd11a82 100644 --- a/lib/python/Components/__init__.py +++ b/lib/python/Components/__init__.py @@ -7,4 +7,4 @@ __all__ = ["ActionMap", "Button", "Clock", "ConfigList", "EventInfo", "InputDevice", "ServicePosition", "IPAddress", "VariableIP", "IPGateway", "IPNameserver", "Network", "RFmon", "DiskInfo", "NimManager", "TimerEntry", "Lcd", "EpgList" "ScrollLabel", "Timezones", "HelpMenuList", "TimerSanityCheck", - "FileList", "MultiContent", "TunerInfo" ] + "FileList", "MultiContent", "TunerInfo", "ChoiceList" ] |
