From 5a4813a68dab2715a684fdf1f278f48ec86e6a05 Mon Sep 17 00:00:00 2001 From: "Chang.H.S" Date: Thu, 20 Dec 2012 16:04:01 +0900 Subject: [PATCH 1/1] Nimmanager.py : for internally connect tuner A to B --- lib/python/Components/NimManager.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) mode change 100644 => 100755 lib/python/Components/NimManager.py diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py old mode 100644 new mode 100755 index bd1a363..65f56e7 --- a/lib/python/Components/NimManager.py +++ b/lib/python/Components/NimManager.py @@ -118,8 +118,11 @@ class SecConfigure: def linkNIMs(self, sec, nim1, nim2): print "link tuner", nim1, "to tuner", nim2 - if nim2 == (nim1 - 1): - self.linkInternally(nim1) +# if nim2 == (nim1 - 1): +# self.linkInternally(nim1) +# +# for internally connect tuner A to B + self.linkInternally(nim1) sec.setTunerLinked(nim1, nim2) def getRoot(self, slotid, connto): -- 2.7.4