diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-04-11 22:35:34 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-04-11 22:35:34 (GMT) |
commit | 0c70d2d144e611b1899b9bc134b82dcf2899e817 (patch) | |
tree | b34d8802570f62547ce6e1b3c2dec53219a11e41 /Tools/i18n | |
parent | 99f0376a7575d3c7c3d1eace9db4d9dd41b3d081 (diff) | |
download | cpython-0c70d2d144e611b1899b9bc134b82dcf2899e817.zip cpython-0c70d2d144e611b1899b9bc134b82dcf2899e817.tar.gz cpython-0c70d2d144e611b1899b9bc134b82dcf2899e817.tar.bz2 |
Merged revisions 79977 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79977 | antoine.pitrou | 2010-04-12 00:32:39 +0200 (lun., 12 avril 2010) | 4 lines
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.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/i18n/makelocalealias.py b/Tools/i18n/makelocalealias.py index 2a0e4c9..68544ac 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): |