diff options
| author | Barry Warsaw <barry@python.org> | 2000-05-02 19:28:30 +0000 |
|---|---|---|
| committer | Barry Warsaw <barry@python.org> | 2000-05-02 19:28:30 +0000 |
| commit | 75a6e67e69cb4c66480446c03ec2fda3e430dd8b (patch) | |
| tree | 2e817ab5bc72fca04037aca97cd3cf7ce58646b6 /Tools/i18n/pygettext.py | |
| parent | fa5c315afa39c264e422336cc017853629cb680c (diff) | |
| download | cpython-git-75a6e67e69cb4c66480446c03ec2fda3e430dd8b.tar.gz | |
Added an unused Unicode string for testing.
Diffstat (limited to 'Tools/i18n/pygettext.py')
| -rwxr-xr-x | Tools/i18n/pygettext.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tools/i18n/pygettext.py b/Tools/i18n/pygettext.py index 422d773e81..546874c599 100755 --- a/Tools/i18n/pygettext.py +++ b/Tools/i18n/pygettext.py @@ -449,3 +449,5 @@ def main(): if __name__ == '__main__': main() + # some more test strings + _(u'a unicode string') |
