]> git.ipfire.org Git - thirdparty/tornado.git/commit
Remove conditional imports for py25.
authorBen Darnell <ben@bendarnell.com>
Sat, 19 Jan 2013 18:38:48 +0000 (13:38 -0500)
committerBen Darnell <ben@bendarnell.com>
Sat, 19 Jan 2013 18:38:48 +0000 (13:38 -0500)
commit3a8a0ebfc91ae1c8cd54685930330cdaca2a1398
treeec3cb7c21e1d4c2ffe0f6ceb31b9e666354d2041
parent925302600f9ba74dc7e7df8ee0d29e293cc7bde8
Remove conditional imports for py25.

ssl, json, and multiprocessing are now ubiquitous.

Also misc pyflakes cleanups (unused imports)
19 files changed:
tornado/auth.py
tornado/concurrent.py
tornado/escape.py
tornado/httpserver.py
tornado/httputil.py
tornado/ioloop.py
tornado/iostream.py
tornado/netutil.py
tornado/platform/epoll.py
tornado/platform/twisted.py
tornado/process.py
tornado/simple_httpclient.py
tornado/test/httpclient_test.py
tornado/test/httpserver_test.py
tornado/test/iostream_test.py
tornado/test/template_test.py
tornado/test/testing_test.py
tornado/testing.py
tornado/wsgi.py