From 6af93b5c3368c99e489b272a7b18ca16ae320482 Mon Sep 17 00:00:00 2001 From: Ronny Strutz Date: Wed, 5 Oct 2005 00:41:01 +0000 Subject: [PATCH] added nimmanager --- lib/python/Components/Makefile.am | 2 +- lib/python/Components/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/python/Components/Makefile.am b/lib/python/Components/Makefile.am index 2000eb9f..bb179a9a 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 Network.py RFmod.py DiskInfo.py + AVSwitch.py Network.py RFmod.py DiskInfo.py NimManager.py diff --git a/lib/python/Components/__init__.py b/lib/python/Components/__init__.py index a6259395..be75d13f 100644 --- a/lib/python/Components/__init__.py +++ b/lib/python/Components/__init__.py @@ -5,4 +5,4 @@ __all__ = ["ActionMap", "Button", "Clock", "ConfigList", "EventInfo", "ServiceName", "ServiceScan", "VariableText", "VariableValue", "VolumeBar", "components", "config", "TimerList", "TimeInput", "MovieList", "InputDevice", "ServicePosition", "IPAddress", "VariableIP", "IPGateway", - "IPNameserver", "Network", "RFmon", "DiskInfo" ] + "IPNameserver", "Network", "RFmon", "DiskInfo", "NimManager" ] -- 2.30.2