From 05c4f150e0973080ef3a9bd531cae650c7d10394 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Wed, 24 Oct 2007 20:54:16 +0000 Subject: parse satellites/cables/terrestrial.xml in c++ now.. its round about three times faster .. this speedup e2 start a little bit --- lib/python/Components/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Components/config.py') diff --git a/lib/python/Components/config.py b/lib/python/Components/config.py index 7df6e762..a872c300 100644 --- a/lib/python/Components/config.py +++ b/lib/python/Components/config.py @@ -626,7 +626,7 @@ class ConfigSatlist(ConfigSelection): def __init__(self, list, default = None): if default is not None: default = str(default) - ConfigSelection.__init__(self, choices = [(str(orbpos), desc) for (orbpos, desc) in list], default = default) + ConfigSelection.__init__(self, choices = [(str(orbpos), desc) for (orbpos, desc, flags) in list], default = default) def getOrbitalPosition(self): if self.value == "": -- cgit v1.2.3