From: Ronny Strutz Date: Wed, 9 Nov 2005 02:15:51 +0000 (+0000) Subject: add LCD X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=0a1bf6e5feaa81232df54de00e130189f7b2a454;hp=1e88da3ea994175689ab4d8edbc1fd809f1d6ad8 add LCD --- diff --git a/lib/python/Components/__init__.py b/lib/python/Components/__init__.py index f697b95..b764eb8 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"]