aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/__init__.py
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-09-02 02:07:23 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-09-02 02:07:23 +0000
commit3a3836240d87bc63d4865d56a49fb2113634308b (patch)
treed389137d64c9f4b8fdefb49b2bd4196282344030 /lib/python/Components/__init__.py
parent82e78679568c43d341e4eb288b9a91385f5a6ed8 (diff)
downloadenigma2-3a3836240d87bc63d4865d56a49fb2113634308b.tar.gz
enigma2-3a3836240d87bc63d4865d56a49fb2113634308b.zip
network setup stuff
Diffstat (limited to 'lib/python/Components/__init__.py')
-rw-r--r--lib/python/Components/__init__.py3
1 files changed, 2 insertions, 1 deletions
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" ]