From a507c3299177fd7505bc5685ca389ee759b7ab8d Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Wed, 3 Nov 1999 16:46:05 +0000 Subject: Python equivalent of xgettext(1). This was originally released separately but now is included in the standard Python distribution. --- Tools/i18n/pygettext.py | 1 + 1 file changed, 1 insertion(+) 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 """pygettext -- Python equivalent of xgettext(1) -- cgit v0.12