X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/aa3e781f31a04223416f0a34b25ab95fc0bef429..32e4324b9b5e615a84885b9132505e4706ededfe:/lib/python/Components/__init__.py diff --git a/lib/python/Components/__init__.py b/lib/python/Components/__init__.py index 8a064b22..be75d13f 100644 --- a/lib/python/Components/__init__.py +++ b/lib/python/Components/__init__.py @@ -3,5 +3,6 @@ __all__ = ["ActionMap", "Button", "Clock", "ConfigList", "EventInfo", "GUIComponent", "GUISkin", "HTMLComponent", "HTMLSkin", "Header", "Label", "MenuList", "PerServiceDisplay", "ProgressBar", "ServiceList", "ServiceName", "ServiceScan", "VariableText", "VariableValue", "VolumeBar", - "components", "config"] - + "components", "config", "TimerList", "TimeInput", "MovieList", + "InputDevice", "ServicePosition", "IPAddress", "VariableIP", "IPGateway", + "IPNameserver", "Network", "RFmon", "DiskInfo", "NimManager" ]