summaryrefslogtreecommitdiffstats
path: root/Tools/i18n
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-04-11 22:32:39 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-04-11 22:32:39 (GMT)
commitfc53153498c6927a38b83462c40cf8e15965759d (patch)
tree37f5ceb721fb8a1dcbd588563821370fe846b83b /Tools/i18n
parent4515f0de2124bd095175b0b8b8919f6a6311c659 (diff)
downloadcpython-fc53153498c6927a38b83462c40cf8e15965759d.zip
cpython-fc53153498c6927a38b83462c40cf8e15965759d.tar.gz
cpython-fc53153498c6927a38b83462c40cf8e15965759d.tar.bz2
Issue #8374: Update the internal alias table in the :mod:`locale` module
to cover recent locale changes and additions.
Diffstat (limited to 'Tools/i18n')
-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 43df35a..5b3631e 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):