diff options
author | Barry Warsaw <barry@python.org> | 2000-05-02 19:28:30 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2000-05-02 19:28:30 (GMT) |
commit | 75a6e67e69cb4c66480446c03ec2fda3e430dd8b (patch) | |
tree | 2e817ab5bc72fca04037aca97cd3cf7ce58646b6 /Tools | |
parent | fa5c315afa39c264e422336cc017853629cb680c (diff) | |
download | cpython-75a6e67e69cb4c66480446c03ec2fda3e430dd8b.zip cpython-75a6e67e69cb4c66480446c03ec2fda3e430dd8b.tar.gz cpython-75a6e67e69cb4c66480446c03ec2fda3e430dd8b.tar.bz2 |
Added an unused Unicode string for testing.
Diffstat (limited to 'Tools')
-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 422d773..546874c 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') |