summaryrefslogtreecommitdiff
path: root/Tools/i18n
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-04-11 22:35:34 +0000
committerAntoine Pitrou <solipsis@pitrou.net>2010-04-11 22:35:34 +0000
commit0039f8037499bd9c1769c7f3125863534912e372 (patch)
treeaaad95971fe49722eaebd923586ee7ac61fff06b /Tools/i18n
parent68ebd58d02b8cf67697320ed7a9ebcfb08cd8816 (diff)
downloadcpython-0039f8037499bd9c1769c7f3125863534912e372.tar.gz
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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/i18n/makelocalealias.py b/Tools/i18n/makelocalealias.py
index 2a0e4c917f..68544ac27b 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):