]> git.ipfire.org Git - thirdparty/tornado.git/commit
Checkpoint: tests can now be imported in python 3 without 2to3.
authorBen Darnell <ben@bendarnell.com>
Mon, 14 Jan 2013 02:15:45 +0000 (21:15 -0500)
committerBen Darnell <ben@bendarnell.com>
Mon, 14 Jan 2013 02:15:45 +0000 (21:15 -0500)
commit051cd609e1e20ac0945266b8930d7ab79f0314e8
tree76ec769d8e318f99560a1a226faab654ed364470
parent65df55da409acd8ec68d95a17d8bedf96d1f2e0f
Checkpoint: tests can now be imported in python 3 without 2to3.

The tests are not passing, but this fixes up all the import-time problems.
The tests still work under 2to3 or python 2.
17 files changed:
tornado/auth.py
tornado/escape.py
tornado/httpclient.py
tornado/httpserver.py
tornado/httputil.py
tornado/ioloop.py
tornado/log.py
tornado/netutil.py
tornado/options.py
tornado/simple_httpclient.py
tornado/template.py
tornado/test/escape_test.py
tornado/test/twisted_test.py
tornado/testing.py
tornado/util.py
tornado/web.py
tornado/wsgi.py