X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/301bab11f8453a6899153b7be338a352803b22cb..ebb18fe31efe7c97288f815950020b3f2dd6af98:/lib/python/Components/__init__.py diff --git a/lib/python/Components/__init__.py b/lib/python/Components/__init__.py index fb9eeaa4..b764eb89 100644 --- a/lib/python/Components/__init__.py +++ b/lib/python/Components/__init__.py @@ -4,5 +4,6 @@ __all__ = ["ActionMap", "Button", "Clock", "ConfigList", "EventInfo", "Label", "MenuList", "PerServiceDisplay", "ProgressBar", "ServiceList", "ServiceName", "ServiceScan", "VariableText", "VariableValue", "VolumeBar", "components", "config", "TimerList", "TimeInput", "MovieList", - "InputDevice", "ServicePosition" ] - + "InputDevice", "ServicePosition", "IPAddress", "VariableIP", "IPGateway", + "IPNameserver", "Network", "RFmon", "DiskInfo", "NimManager", "TimerEntry", + "Lcd"]