added nimmanager
authorRonny Strutz <ronny.strutz@multimedia-labs.de>
Wed, 5 Oct 2005 00:41:01 +0000 (00:41 +0000)
committerRonny Strutz <ronny.strutz@multimedia-labs.de>
Wed, 5 Oct 2005 00:41:01 +0000 (00:41 +0000)
lib/python/Components/Makefile.am
lib/python/Components/__init__.py

index 2000eb9f8374efb7f92c25446487009d66257da8..bb179a9a508d8e1501a0940daabe369474235c6f 100644 (file)
@@ -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                                           \
        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
index a625939575973e523409b7d556773a984fc5ade1..be75d13fa7b79b327d1ce79c04ab6a1c118c1cff 100644 (file)
@@ -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",
        "ServiceName", "ServiceScan", "VariableText", "VariableValue", "VolumeBar",
        "components", "config", "TimerList", "TimeInput", "MovieList", 
        "InputDevice",  "ServicePosition", "IPAddress", "VariableIP", "IPGateway",
-       "IPNameserver", "Network", "RFmon", "DiskInfo" ]
+       "IPNameserver", "Network", "RFmon", "DiskInfo", "NimManager" ]