aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-09-02 05:15:20 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-09-02 05:15:20 +0000
commit1854505c149c095e357787836a12d06b0ff70954 (patch)
tree70f57f3ddf77afc0bc0e01f18dc41dc4c6b5d476 /lib/python
parentee7a4508e2a846ab03bb1885bab4424f04e40519 (diff)
downloadenigma2-1854505c149c095e357787836a12d06b0ff70954.tar.gz
enigma2-1854505c149c095e357787836a12d06b0ff70954.zip
remove old network stuff
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Components/Makefile.am2
-rw-r--r--lib/python/Screens/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/Components/Makefile.am b/lib/python/Components/Makefile.am
index bcecc1ef..d452b358 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 VariableIP.py IPAddress.py IPNameserver.py IPGateway.py Network.py
+ AVSwitch.py Network.py
diff --git a/lib/python/Screens/Makefile.am b/lib/python/Screens/Makefile.am
index 3088fd4a..e99782dd 100644
--- a/lib/python/Screens/Makefile.am
+++ b/lib/python/Screens/Makefile.am
@@ -3,4 +3,4 @@ installdir = $(LIBDIR)/enigma2/python/Screens
install_DATA = \
ChannelSelection.py ClockDisplay.py ConfigMenu.py InfoBar.py Menu.py \
MessageBox.py ScartLoopThrough.py Screen.py ServiceScan.py TimerEdit.py \
- MovieSelection.py Setup.py About.py HarddiskSetup.py Network.py __init__.py
+ MovieSelection.py Setup.py About.py HarddiskSetup.py __init__.py