aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-11-21 17:10:05 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-11-21 17:10:05 +0000
commit4c669ce5f9136d36ec22a70e23702dab328234f0 (patch)
tree14c26a94a9e01910c33f78819ff77b5aaeacdfcc /lib/python/Components
parentba69f834f64b37f64efe58b872b5e1a9df4e9e88 (diff)
downloadenigma2-4c669ce5f9136d36ec22a70e23702dab328234f0.tar.gz
enigma2-4c669ce5f9136d36ec22a70e23702dab328234f0.zip
don't die with cable-NIM
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/NimManager.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py
index 2f0f088a..26a956a1 100644
--- a/lib/python/Components/NimManager.py
+++ b/lib/python/Components/NimManager.py
@@ -302,6 +302,10 @@ def InitNimManager(nimmgr):
nim.diseqcB.addNotifier(boundFunction(nimPortBChanged,x))
nim.diseqcC.addNotifier(boundFunction(nimPortCChanged,x))
nim.diseqcD.addNotifier(boundFunction(nimPortDChanged,x))
+ elif slot.nimType == nimmgr.nimType["DVB-C"]:
+ pass
+ elif slot.nimType == nimmgr.nimType["DVB-T"]:
+ pass
else:
print "pls add support for this frontend type!"