summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-04-11 22:32:39 +0000
committerAntoine Pitrou <solipsis@pitrou.net>2010-04-11 22:32:39 +0000
commit87db1e5e5cd254521c7c25583ee2cc7919861ab5 (patch)
treeb74608ef0588fe6663ae7dcb86c4e82c6cec3922 /Tools
parenta92f46ae4d225d14d7d9dd0b319ce79b79a42cf5 (diff)
downloadcpython-87db1e5e5cd254521c7c25583ee2cc7919861ab5.tar.gz
Issue #8374: Update the internal alias table in the :mod:`locale` module
to cover recent locale changes and additions.
Diffstat (limited to 'Tools')
-rw-r--r--Tools/i18n/makelocalealias.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/i18n/makelocalealias.py b/Tools/i18n/makelocalealias.py
index 43df35a0a4..5b3631edab 100644
--- a/Tools/i18n/makelocalealias.py
+++ b/Tools/i18n/makelocalealias.py
@@ -9,7 +9,7 @@
import locale
# Location of the alias file
-LOCALE_ALIAS = '/usr/lib/X11/locale/locale.alias'
+LOCALE_ALIAS = '/usr/share/X11/locale/locale.alias'
def parse(filename):