summaryrefslogtreecommitdiff
path: root/Tools/i18n
diff options
context:
space:
mode:
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-10-15 16:28:20 +0000
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-10-15 16:28:20 +0000
commit79a0a95820ef6325ef3a24d547a605ed581d0fe3 (patch)
treea1c86ece6d95d22cafb441538a5287b9d6496b53 /Tools/i18n
parent6c0a51b490575e69275c563e4e888b52df957f74 (diff)
downloadcpython-79a0a95820ef6325ef3a24d547a605ed581d0fe3.tar.gz
Issue #9308: Removed redundant coding cookies. Added tests for
importing encoded modules that do not depend on specific stdlib modules being encoded in a certain way.
Diffstat (limited to 'Tools/i18n')
-rwxr-xr-xTools/i18n/msgfmt.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/Tools/i18n/msgfmt.py b/Tools/i18n/msgfmt.py
index c4b3c1a416..a5544424e2 100755
--- a/Tools/i18n/msgfmt.py
+++ b/Tools/i18n/msgfmt.py
@@ -1,6 +1,5 @@
#! /usr/bin/env python3
-# -*- coding: iso-8859-1 -*-
-# Written by Martin v. Löwis <loewis@informatik.hu-berlin.de>
+# Written by Martin v. Löwis <loewis@informatik.hu-berlin.de>
"""Generate binary message catalog from textual translation description.