diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-12-23 01:45:38 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-12-23 01:45:38 (GMT) |
commit | eaedaeccf275d5e8cb3443c50323e57dee60a204 (patch) | |
tree | ab842411c9273fe5cc695ae22455720b8daa2f11 /Tools/i18n | |
parent | e62a40401ddfd45ca70d4971e9ad05d4af4f6d78 (diff) | |
download | cpython-eaedaeccf275d5e8cb3443c50323e57dee60a204.zip cpython-eaedaeccf275d5e8cb3443c50323e57dee60a204.tar.gz cpython-eaedaeccf275d5e8cb3443c50323e57dee60a204.tar.bz2 |
update Barry's email (#19563)
Diffstat (limited to 'Tools/i18n')
-rwxr-xr-x | Tools/i18n/pygettext.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/i18n/pygettext.py b/Tools/i18n/pygettext.py index 79d976b..9ffeb17 100755 --- a/Tools/i18n/pygettext.py +++ b/Tools/i18n/pygettext.py @@ -1,6 +1,6 @@ #! /usr/bin/env python3 # -*- coding: iso-8859-1 -*- -# Originally written by Barry Warsaw <barry@zope.com> +# Originally written by Barry Warsaw <barry@python.org> # # Minimally patched to make it even more xgettext compatible # by Peter Funk <pf@artcom-gmbh.de> |