diff options
| author | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-11-09 14:08:32 +0000 |
|---|---|---|
| committer | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-11-09 14:08:32 +0000 |
| commit | aaeb4e813e61c46450463ed870d6456423b1905b (patch) | |
| tree | 83433c2674468a9620bed2dce613dd34923df140 /lib/python/Components/NimManager.py | |
| parent | 135e587a3028fac2e9c14cde58b4bc73c12ced0e (diff) | |
| download | enigma2-aaeb4e813e61c46450463ed870d6456423b1905b.tar.gz enigma2-aaeb4e813e61c46450463ed870d6456423b1905b.zip | |
sync
Diffstat (limited to 'lib/python/Components/NimManager.py')
| -rw-r--r-- | lib/python/Components/NimManager.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py index 3b6bfffd..dc6f9098 100644 --- a/lib/python/Components/NimManager.py +++ b/lib/python/Components/NimManager.py @@ -36,7 +36,6 @@ class SecConfigure: eDVBSatelliteEquipmentControl.getInstance().setDiSEqCMode(diseqcmode) eDVBSatelliteEquipmentControl.getInstance().setToneburst(toneburstmode) eDVBSatelliteEquipmentControl.getInstance().setCommittedCommand(diseqcpos) - #print "set orbpos to:" + str(orbpos) eDVBSatelliteEquipmentControl.getInstance().addSatellite(orbpos) @@ -61,7 +60,6 @@ class SecConfigure: self.addLNBSimple(x, int(config.Nims[x].diseqcB.vals[config.Nims[x].diseqcB.value][1]), 0, 1, 1) self.addLNBSimple(x, int(config.Nims[x].diseqcC.vals[config.Nims[x].diseqcC.value][1]), 0, 1, 2) self.addLNBSimple(x, int(config.Nims[x].diseqcD.vals[config.Nims[x].diseqcD.value][1]), 0, 1, 3) - pass elif config.Nims[x].diseqcMode.value == 4: #Positioner print "FIXME: positioner suppport" pass |
