Python equivalent of xgettext(1). This was originally released

separately but now is included in the standard Python distribution.
This commit is contained in:
Barry Warsaw 1999-11-03 16:46:05 +00:00
parent 19878f58fe
commit a507c32991

View file

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