summaryrefslogtreecommitdiff
path: root/aptsources
diff options
context:
space:
mode:
authorSebastian Heinlein <sebi@sebi-laptop>2007-04-10 09:33:05 +0200
committerSebastian Heinlein <sebi@sebi-laptop>2007-04-10 09:33:05 +0200
commit83863c754f49afdb2c31128112935068dc20a6a9 (patch)
treea266485e87c95553593d9f4eeec269acc32b6ed1 /aptsources
parent3c1ef640a38705c80476ccf8d8572602fb5e4f3f (diff)
parent9569b3127fe51fb514b43033c0462356560f741f (diff)
downloadpython-apt-83863c754f49afdb2c31128112935068dc20a6a9.tar.gz
* push local changes
Diffstat (limited to 'aptsources')
-rw-r--r--aptsources/distro.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/aptsources/distro.py b/aptsources/distro.py
index 45a7172d..a5210ace 100644
--- a/aptsources/distro.py
+++ b/aptsources/distro.py
@@ -341,7 +341,7 @@ class UbuntuDistribution(Distribution):
if self.countries.has_key(country):
# TRANSLATORS: %s is a country
return _("Server for %s") % \
- gettext.dgettext("iso-3166",
+ gettext.dgettext("iso_3166",
self.countries[country].rstrip()).rstrip()
else:
return("%s" % server.rstrip("/ "))