X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/82e78679568c43d341e4eb288b9a91385f5a6ed8..3a3836240d87bc63d4865d56a49fb2113634308b:/lib/python/Components/__init__.py diff --git a/lib/python/Components/__init__.py b/lib/python/Components/__init__.py index fb9eeaa4..a6191e04 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" ]