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 2000eb9..bb179a9 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                                           \
-       AVSwitch.py Network.py RFmod.py DiskInfo.py
+       AVSwitch.py Network.py RFmod.py DiskInfo.py NimManager.py
index a625939..be75d13 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",
-       "IPNameserver", "Network", "RFmon", "DiskInfo" ]
+       "IPNameserver", "Network", "RFmon", "DiskInfo", "NimManager" ]