summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-04-11 22:35:34 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-04-11 22:35:34 (GMT)
commit0c70d2d144e611b1899b9bc134b82dcf2899e817 (patch)
treeb34d8802570f62547ce6e1b3c2dec53219a11e41 /Tools
parent99f0376a7575d3c7c3d1eace9db4d9dd41b3d081 (diff)
downloadcpython-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')
-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 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):