diff options
author | Barry Warsaw <barry@python.org> | 1999-11-03 16:46:05 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1999-11-03 16:46:05 (GMT) |
commit | a507c3299177fd7505bc5685ca389ee759b7ab8d (patch) | |
tree | 0f53096e1c5f76f0b066fe837ef1f8690c0c3b2c /Tools/i18n | |
parent | 19878f58fe9e4273458131eec1c18b96da39dcd1 (diff) | |
download | cpython-a507c3299177fd7505bc5685ca389ee759b7ab8d.zip cpython-a507c3299177fd7505bc5685ca389ee759b7ab8d.tar.gz cpython-a507c3299177fd7505bc5685ca389ee759b7ab8d.tar.bz2 |
Python equivalent of xgettext(1). This was originally released
separately but now is included in the standard Python distribution.
Diffstat (limited to 'Tools/i18n')
-rwxr-xr-x | Tools/i18n/pygettext.py | 1 |
1 files changed, 1 insertions, 0 deletions
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) |