From: Benjamin Peterson Date: Mon, 23 Dec 2013 01:45:12 +0000 (-0600) Subject: update Barry's email (closes #19563) X-Git-Tag: v2.7.8~171 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=41432f527df46664333625437849b4a052891902;p=python update Barry's email (closes #19563) --- diff --git a/Tools/i18n/pygettext.py b/Tools/i18n/pygettext.py index 38a88822d9..af24b471a9 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 +# Originally written by Barry Warsaw # # Minimally patched to make it even more xgettext compatible # by Peter Funk