diff options
| author | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-11-09 02:15:51 +0000 |
|---|---|---|
| committer | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-11-09 02:15:51 +0000 |
| commit | 0a1bf6e5feaa81232df54de00e130189f7b2a454 (patch) | |
| tree | 7bf332fc076686b0e8364220b0077e19fac5ff9d /lib/python/Components | |
| parent | 1e88da3ea994175689ab4d8edbc1fd809f1d6ad8 (diff) | |
| download | enigma2-0a1bf6e5feaa81232df54de00e130189f7b2a454.tar.gz enigma2-0a1bf6e5feaa81232df54de00e130189f7b2a454.zip | |
add LCD
Diffstat (limited to 'lib/python/Components')
| -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 f697b956..b764eb89 100644 --- a/lib/python/Components/__init__.py +++ b/lib/python/Components/__init__.py @@ -5,4 +5,5 @@ __all__ = ["ActionMap", "Button", "Clock", "ConfigList", "EventInfo", "ServiceName", "ServiceScan", "VariableText", "VariableValue", "VolumeBar", "components", "config", "TimerList", "TimeInput", "MovieList", "InputDevice", "ServicePosition", "IPAddress", "VariableIP", "IPGateway", - "IPNameserver", "Network", "RFmon", "DiskInfo", "NimManager", "TimerEntry" ] + "IPNameserver", "Network", "RFmon", "DiskInfo", "NimManager", "TimerEntry", + "Lcd"] |
