From 75a6e67e69cb4c66480446c03ec2fda3e430dd8b Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Tue, 2 May 2000 19:28:30 +0000 Subject: Added an unused Unicode string for testing. --- Tools/i18n/pygettext.py | 2 ++ 1 file changed, 2 insertions(+) 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') -- cgit v0.12