From 4c669ce5f9136d36ec22a70e23702dab328234f0 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Mon, 21 Nov 2005 17:10:05 +0000 Subject: don't die with cable-NIM --- lib/python/Components/NimManager.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/python/Components') 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!" -- cgit v1.2.3