summaryrefslogtreecommitdiff
path: root/DistUpgrade/DistUpgradeControler.py
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-04-27 18:24:02 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-04-27 18:24:02 +0200
commit158add49781967e83b951816a81fe70517643d1c (patch)
tree8064c7017653427b53b92d6777d3508aab72774a /DistUpgrade/DistUpgradeControler.py
parentcaca5e2d382ef3a0e5d00dc888f0448620372ee0 (diff)
downloadpython-apt-158add49781967e83b951816a81fe70517643d1c.tar.gz
* DistUpgrade/mirrors.txt: added (based on https://wiki.ubuntu.com/Archive)
* DistUpgrade/DistUpgradeConfigParser.py: added getListFromFile * DistUpgrade/DistUpgradeControler.py: use the more complete mirror list
Diffstat (limited to 'DistUpgrade/DistUpgradeControler.py')
-rw-r--r--DistUpgrade/DistUpgradeControler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/DistUpgrade/DistUpgradeControler.py b/DistUpgrade/DistUpgradeControler.py
index 65713e68..18f452e6 100644
--- a/DistUpgrade/DistUpgradeControler.py
+++ b/DistUpgrade/DistUpgradeControler.py
@@ -76,7 +76,7 @@ class DistUpgradeControler(object):
]
# list of valid mirrors that we can add
- valid_mirrors = self.config.getlist("Sources","ValidMirrors")
+ valid_mirrors = self.config.getListFromFile("Sources","ValidMirrors")
# look over the stuff we have
foundToDist = False