aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorRonny Strutz <ronny.strutz@multimedia-labs.de>2005-11-09 02:15:51 +0000
committerRonny Strutz <ronny.strutz@multimedia-labs.de>2005-11-09 02:15:51 +0000
commit0a1bf6e5feaa81232df54de00e130189f7b2a454 (patch)
tree7bf332fc076686b0e8364220b0077e19fac5ff9d /lib/python/Components
parent1e88da3ea994175689ab4d8edbc1fd809f1d6ad8 (diff)
downloadenigma2-0a1bf6e5feaa81232df54de00e130189f7b2a454.tar.gz
enigma2-0a1bf6e5feaa81232df54de00e130189f7b2a454.zip
add LCD
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/__init__.py3
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"]