aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/IPAddress.py0
-rw-r--r--lib/python/Components/IPGateway.py0
-rw-r--r--lib/python/Components/IPNameserver.py0
-rw-r--r--lib/python/Components/Makefile.am2
-rw-r--r--lib/python/Components/VariableIP.py0
-rw-r--r--lib/python/Components/__init__.py3
6 files changed, 3 insertions, 2 deletions
diff --git a/lib/python/Components/IPAddress.py b/lib/python/Components/IPAddress.py
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/lib/python/Components/IPAddress.py
diff --git a/lib/python/Components/IPGateway.py b/lib/python/Components/IPGateway.py
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/lib/python/Components/IPGateway.py
diff --git a/lib/python/Components/IPNameserver.py b/lib/python/Components/IPNameserver.py
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/lib/python/Components/IPNameserver.py
diff --git a/lib/python/Components/Makefile.am b/lib/python/Components/Makefile.am
index 05b7c0d4..546d3e14 100644
--- a/lib/python/Components/Makefile.am
+++ b/lib/python/Components/Makefile.am
@@ -8,4 +8,4 @@ install_DATA = \
EventInfo.py Label.py ServiceScan.py VolumeBar.py \
GUIComponent.py MenuList.py TextInput.py __init__.py MovieList.py \
InputDevice.py ServicePosition.py SetupDevices.py Harddisk.py \
- AVSwitch.py
+ AVSwitch.py VariableIP.py IPAddress.py IPNameserver.py IPGateway.py
diff --git a/lib/python/Components/VariableIP.py b/lib/python/Components/VariableIP.py
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/lib/python/Components/VariableIP.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" ]