]> git.ipfire.org Git - thirdparty/tornado.git/commit
Convert all unicode literals to tornado.util.u.
authorBen Darnell <ben@bendarnell.com>
Mon, 14 Jan 2013 00:11:03 +0000 (19:11 -0500)
committerBen Darnell <ben@bendarnell.com>
Mon, 14 Jan 2013 00:11:03 +0000 (19:11 -0500)
commitd1bb68e38d59875af83e2fef21bc59342e4d7d99
treea726b3406fa9751cb8fa8d1fd5fb3e3566c57812
parent45789e3f0802ef9dd825e8e9e9e444e45b727a0a
Convert all unicode literals to tornado.util.u.

Mostly done by the fixer script with manual import updates,
although the raw literal in escape.py needed special handling.
12 files changed:
tornado/auth.py
tornado/escape.py
tornado/locale.py
tornado/test/auth_test.py
tornado/test/escape_test.py
tornado/test/httpclient_test.py
tornado/test/httpserver_test.py
tornado/test/locale_test.py
tornado/test/log_test.py
tornado/test/template_test.py
tornado/test/web_test.py
tornado/test/wsgi_test.py