X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/554e450207f364dba6ff44cabed008427dc44440..aaeb4e813e61c46450463ed870d6456423b1905b:/lib/python/Components/__init__.py 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"]