aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/__init__.py
diff options
context:
space:
mode:
authorRonny Strutz <ronny.strutz@multimedia-labs.de>2005-10-05 00:41:01 +0000
committerRonny Strutz <ronny.strutz@multimedia-labs.de>2005-10-05 00:41:01 +0000
commit6af93b5c3368c99e489b272a7b18ca16ae320482 (patch)
treee05798f14bebd9aa7b8ed3c15a3cf620c26b3a92 /lib/python/Components/__init__.py
parentb399699bf940782cfb003510734ee348fd3b160e (diff)
downloadenigma2-6af93b5c3368c99e489b272a7b18ca16ae320482.tar.gz
enigma2-6af93b5c3368c99e489b272a7b18ca16ae320482.zip
added nimmanager
Diffstat (limited to 'lib/python/Components/__init__.py')
-rw-r--r--lib/python/Components/__init__.py2
1 files changed, 1 insertions, 1 deletions
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" ]