From: Barry Warsaw Date: Tue, 2 May 2000 19:28:30 +0000 (+0000) Subject: Added an unused Unicode string for testing. X-Git-Tag: v2.0b1~1871 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=75a6e67e69cb4c66480446c03ec2fda3e430dd8b;p=thirdparty%2FPython%2Fcpython.git Added an unused Unicode string for testing. --- diff --git a/Tools/i18n/pygettext.py b/Tools/i18n/pygettext.py index 422d773e8132..546874c59907 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')