]> granicus.if.org Git - python/commitdiff
update Barry's email (closes #19563)
authorBenjamin Peterson <benjamin@python.org>
Mon, 23 Dec 2013 01:45:12 +0000 (19:45 -0600)
committerBenjamin Peterson <benjamin@python.org>
Mon, 23 Dec 2013 01:45:12 +0000 (19:45 -0600)
Tools/i18n/pygettext.py

index 38a88822d9b61a81db273ab6d8d9c5f8498245ba..af24b471a98c3b048ee88eda7f29df74447a589a 100755 (executable)
@@ -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>