diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-10-27 19:10:42 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-10-27 19:10:42 +0100 |
| commit | 597d64c2e00be8759286e37fd15823b1c1518845 (patch) | |
| tree | 7eccc2d6dbeb3dd745aec000c46a73e957b979bc /lib/python/Components/NimManager.py | |
| parent | bce2a7b606d6fdfdcac86c7ccc1c02f147dc26c9 (diff) | |
| download | enigma2-597d64c2e00be8759286e37fd15823b1c1518845.tar.gz enigma2-597d64c2e00be8759286e37fd15823b1c1518845.zip | |
disable unicable for release 2.6
Diffstat (limited to 'lib/python/Components/NimManager.py')
| -rw-r--r-- | lib/python/Components/NimManager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py index 70cde47c..5154e2b0 100644 --- a/lib/python/Components/NimManager.py +++ b/lib/python/Components/NimManager.py @@ -939,7 +939,7 @@ def InitNimManager(nimmgr): lnb_choices = { "universal_lnb": _("Universal LNB"), - "unicable": _("Unicable"), +# "unicable": _("Unicable"), "c_band": _("C-Band"), "user_defined": _("User defined")} |
