X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/17647e30993cc20d8f94f2de4a0bc78ce6b593cb..d04d03175ca6e6df022b09b0b8e068355626b5dd:/lib/python/Components/__init__.py diff --git a/lib/python/Components/__init__.py b/lib/python/Components/__init__.py index 8453ced5..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", "TimerList", "TimeInput", "MovieList", "ServicePosition" ] - + "components", "config", "TimerList", "TimeInput", "MovieList", + "InputDevice", "ServicePosition", "IPAddress", "VariableIP", "IPGateway", + "IPNameserver", "Network", "RFmon", "DiskInfo", "NimManager" ]