summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>1999-11-03 16:46:05 +0000
committerBarry Warsaw <barry@python.org>1999-11-03 16:46:05 +0000
commita507c3299177fd7505bc5685ca389ee759b7ab8d (patch)
tree0f53096e1c5f76f0b066fe837ef1f8690c0c3b2c
parent19878f58fe9e4273458131eec1c18b96da39dcd1 (diff)
downloadcpython-git-a507c3299177fd7505bc5685ca389ee759b7ab8d.tar.gz
Python equivalent of xgettext(1). This was originally released
separately but now is included in the standard Python distribution.
-rwxr-xr-xTools/i18n/pygettext.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/i18n/pygettext.py b/Tools/i18n/pygettext.py
index 3542f3f23e..2a3c97b902 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)