aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/NimManager.py
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-04-07 21:57:15 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-04-07 21:57:15 +0000
commitc7a7c847e336cc9d46fe8b4b52f21ced036a8c4f (patch)
tree73d07830acd7e524490cf46a46db077cc98f36dd /lib/python/Components/NimManager.py
parent28a8b65725c90de53f1d0bfc7ab8fb713d9dac27 (diff)
downloadenigma2-c7a7c847e336cc9d46fe8b4b52f21ced036a8c4f.tar.gz
enigma2-c7a7c847e336cc9d46fe8b4b52f21ced036a8c4f.zip
finished the rotor config plugin (untested and lacking some features)
Diffstat (limited to 'lib/python/Components/NimManager.py')
-rw-r--r--lib/python/Components/NimManager.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py
index 6b6a9ceb..950f48fd 100644
--- a/lib/python/Components/NimManager.py
+++ b/lib/python/Components/NimManager.py
@@ -571,6 +571,9 @@ class NimManager:
def getNimConfigMode(self, slotid):
return currentConfigSelectionElement(config.Nims[slotid].configMode)
+
+ def getSatList(self):
+ return self.satList
def getSatListForNim(self, slotid):
list = []