]> git.ipfire.org Git - thirdparty/tornado.git/commit
Remove redundant uses of @asynchronous with @gen.coroutine.
authorBen Darnell <ben@bendarnell.com>
Fri, 3 Jan 2014 01:51:59 +0000 (20:51 -0500)
committerBen Darnell <ben@bendarnell.com>
Fri, 3 Jan 2014 01:51:59 +0000 (20:51 -0500)
commitc9af9a7224b1f42e91ad88b0a3f8f10478584b0a
treeaccc6fd2d207566b34187833d2b29084b55ccf8e
parentbe70cb085ba57297cbde219e206d05694f6ea7d9
Remove redundant uses of @asynchronous with @gen.coroutine.
demos/auth/authdemo.py
demos/chat/chatdemo.py
tornado/auth.py
tornado/gen.py
tornado/test/gen_test.py