summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2000-05-02 19:28:30 (GMT)
committerBarry Warsaw <barry@python.org>2000-05-02 19:28:30 (GMT)
commit75a6e67e69cb4c66480446c03ec2fda3e430dd8b (patch)
tree2e817ab5bc72fca04037aca97cd3cf7ce58646b6 /Tools
parentfa5c315afa39c264e422336cc017853629cb680c (diff)
downloadcpython-75a6e67e69cb4c66480446c03ec2fda3e430dd8b.zip
cpython-75a6e67e69cb4c66480446c03ec2fda3e430dd8b.tar.gz
cpython-75a6e67e69cb4c66480446c03ec2fda3e430dd8b.tar.bz2
Added an unused Unicode string for testing.
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/i18n/pygettext.py2
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')