summaryrefslogtreecommitdiff
path: root/Tools/i18n
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2005-01-07 16:01:32 +0000
committerTim Peters <tim.peters@gmail.com>2005-01-07 16:01:32 +0000
commit5b77008e3e506be4d5f593bb54cf20e94ed9f81b (patch)
treed8e758c49c655219fb6f18a6b2e69a5a04239cb5 /Tools/i18n
parente9a330241f9d03c2194591ee8a9154d430f7c1eb (diff)
downloadcpython-5b77008e3e506be4d5f593bb54cf20e94ed9f81b.tar.gz
Whitespace normalization.
Diffstat (limited to 'Tools/i18n')
-rw-r--r--Tools/i18n/makelocalealias.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/Tools/i18n/makelocalealias.py b/Tools/i18n/makelocalealias.py
index 743185b361..43df35a0a4 100644
--- a/Tools/i18n/makelocalealias.py
+++ b/Tools/i18n/makelocalealias.py
@@ -62,7 +62,7 @@ def print_differences(data, olddata):
print '# updated %r -> %r to %r' % \
(k, olddata[k], data[k])
# Additions are not mentioned
-
+
if __name__ == '__main__':
data = locale.locale_alias.copy()
data.update(parse(LOCALE_ALIAS))
@@ -71,4 +71,3 @@ if __name__ == '__main__':
print 'locale_alias = {'
pprint(data)
print '}'
-