commit | 75a6e67e69cb4c66480446c03ec2fda3e430dd8b | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Tue May 02 19:28:30 2000 +0000 |
committer | Barry Warsaw <barry@python.org> | Tue May 02 19:28:30 2000 +0000 |
tree | 2e817ab5bc72fca04037aca97cd3cf7ce58646b6 | |
parent | fa5c315afa39c264e422336cc017853629cb680c [diff] |
Added an unused Unicode string for testing.
diff --git a/Tools/i18n/pygettext.py b/Tools/i18n/pygettext.py index 422d773..546874c 100755 --- a/Tools/i18n/pygettext.py +++ b/Tools/i18n/pygettext.py
@@ -449,3 +449,5 @@ if __name__ == '__main__': main() + # some more test strings + _(u'a unicode string')