From: Ronny Strutz Date: Wed, 9 Nov 2005 02:15:51 +0000 (+0000) Subject: add LCD X-Git-Tag: 2.6.0~5414 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/0a1bf6e5feaa81232df54de00e130189f7b2a454 add LCD --- 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"]