From d99c3f9f81e37bf6a625ef5cc1270656990a2309 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 30 Apr 2008 10:33:27 +0200 Subject: aptsources/distro.py: fix typo (thanks to cjwatson) --- aptsources/distro.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aptsources') diff --git a/aptsources/distro.py b/aptsources/distro.py index debbb12a..6d3b453f 100644 --- a/aptsources/distro.py +++ b/aptsources/distro.py @@ -167,7 +167,7 @@ class Distribution: # try to guess the nearest mirror from the locale self.country = None self.country_code = None - locale = os.getenv("LANG", default="en.UK") + locale = os.getenv("LANG", default="en_UK") a = locale.find("_") z = locale.find(".") if z == -1: -- cgit v1.2.3