diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-01-13 17:58:33 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-01-13 17:58:33 +0100 |
| commit | dce2d3234adb966be4ec36e4141031c84aca0425 (patch) | |
| tree | af14d30b0c8ebb9fd2b526d6d8d17727b9e2cadd /utils | |
| parent | 8b46b0c4bdfbaa07972311b1cf19616d5c5aff04 (diff) | |
| download | python-apt-dce2d3234adb966be4ec36e4141031c84aca0425.tar.gz | |
updated the mirror list
Diffstat (limited to 'utils')
| -rwxr-xr-x | utils/get_ubuntu_mirrors_from_lp.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/get_ubuntu_mirrors_from_lp.py b/utils/get_ubuntu_mirrors_from_lp.py index e10f6864..3c183b6d 100755 --- a/utils/get_ubuntu_mirrors_from_lp.py +++ b/utils/get_ubuntu_mirrors_from_lp.py @@ -27,8 +27,8 @@ import feedparser import sys -#d = feedparser.parse("https://launchpad.net/ubuntu/+archivemirrors-rss") -d = feedparser.parse(open("+archivemirrors-rss")) +d = feedparser.parse("https://launchpad.net/ubuntu/+archivemirrors-rss") +#d = feedparser.parse(open("+archivemirrors-rss")) countries = {} |
