commit | 41432f527df46664333625437849b4a052891902 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sun Dec 22 19:45:12 2013 -0600 |
committer | Benjamin Peterson <benjamin@python.org> | Sun Dec 22 19:45:12 2013 -0600 |
tree | 665ad4ce6f9d5c25483eca1f17eeb3f36881e790 | |
parent | c96592da4da9adde1f1fff4ca64b8d663a2e20a2 [diff] [blame] |
update Barry's email (closes #19563)
diff --git a/Tools/i18n/pygettext.py b/Tools/i18n/pygettext.py index 38a8882..af24b47 100755 --- a/Tools/i18n/pygettext.py +++ b/Tools/i18n/pygettext.py
@@ -1,6 +1,6 @@ #! /usr/bin/env python # -*- 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>