]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Python equivalent of xgettext(1). This was originally released
authorBarry Warsaw <barry@python.org>
Wed, 3 Nov 1999 16:46:05 +0000 (16:46 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 3 Nov 1999 16:46:05 +0000 (16:46 +0000)
separately but now is included in the standard Python distribution.

Tools/i18n/pygettext.py

index 3542f3f23ec2cd0f8f861935bb8a589c02146448..2a3c97b902f7a9800bf0c45106fa2f2cf5728658 100755 (executable)
@@ -1,4 +1,5 @@
 #! /usr/bin/env python
+# Originally written by Barry Warsaw <bwarsaw@python.org>
 
 """pygettext -- Python equivalent of xgettext(1)