From: Barry Warsaw Date: Wed, 3 Nov 1999 16:46:05 +0000 (+0000) Subject: Python equivalent of xgettext(1). This was originally released X-Git-Tag: v1.6a1~773 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a507c3299177fd7505bc5685ca389ee759b7ab8d;p=thirdparty%2FPython%2Fcpython.git 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 3542f3f23ec2..2a3c97b902f7 100755 --- a/Tools/i18n/pygettext.py +++ b/Tools/i18n/pygettext.py @@ -1,4 +1,5 @@ #! /usr/bin/env python +# Originally written by Barry Warsaw """pygettext -- Python equivalent of xgettext(1)