Python equivalent of xgettext(1).  This was originally released
separately but now is included in the standard Python distribution.
diff --git a/Tools/i18n/pygettext.py b/Tools/i18n/pygettext.py
index 3542f3f..2a3c97b 100755
--- a/Tools/i18n/pygettext.py
+++ b/Tools/i18n/pygettext.py
@@ -1,4 +1,5 @@
 #! /usr/bin/env python
+# Originally written by Barry Warsaw <bwarsaw@python.org>
 
 """pygettext -- Python equivalent of xgettext(1)