diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-02-21 18:50:23 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-02-21 18:50:23 +0000 |
| commit | f458abcfbe30c3e3062a41b88d3244147bdc0607 (patch) | |
| tree | 43b878a27855eccecc1cf3f35820a234afcc375a /lib/python/Components/__init__.py | |
| parent | 7319cb85c7a9a6304ac92a7854a5d79c9d9f115b (diff) | |
| download | enigma2-f458abcfbe30c3e3062a41b88d3244147bdc0607.tar.gz enigma2-f458abcfbe30c3e3062a41b88d3244147bdc0607.zip | |
add FileList component for browsing files and directories
Diffstat (limited to 'lib/python/Components/__init__.py')
| -rw-r--r-- | lib/python/Components/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/python/Components/__init__.py b/lib/python/Components/__init__.py index 38be156e..c006cba2 100644 --- a/lib/python/Components/__init__.py +++ b/lib/python/Components/__init__.py @@ -6,4 +6,5 @@ __all__ = ["ActionMap", "Button", "Clock", "ConfigList", "EventInfo", "components", "config", "TimerList", "TimeInput", "MovieList", "InputDevice", "ServicePosition", "IPAddress", "VariableIP", "IPGateway", "IPNameserver", "Network", "RFmon", "DiskInfo", "NimManager", "TimerEntry", - "Lcd", "EpgList" "ScrollLabel", "Timezones", "HelpMenuList", "TimerSanityCheck"] + "Lcd", "EpgList" "ScrollLabel", "Timezones", "HelpMenuList", "TimerSanityCheck", + "FileList" ] |
