diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-04-07 21:57:15 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-04-07 21:57:15 +0000 |
| commit | c7a7c847e336cc9d46fe8b4b52f21ced036a8c4f (patch) | |
| tree | 73d07830acd7e524490cf46a46db077cc98f36dd /lib/python/Components/NimManager.py | |
| parent | 28a8b65725c90de53f1d0bfc7ab8fb713d9dac27 (diff) | |
| download | enigma2-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.py | 3 |
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 = [] |
