diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-04-11 22:32:39 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-04-11 22:32:39 (GMT) |
commit | fc53153498c6927a38b83462c40cf8e15965759d (patch) | |
tree | 37f5ceb721fb8a1dcbd588563821370fe846b83b /Tools | |
parent | 4515f0de2124bd095175b0b8b8919f6a6311c659 (diff) | |
download | cpython-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')
-rw-r--r-- | Tools/i18n/makelocalealias.py | 2 |
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): |