]> git.ipfire.org Git - thirdparty/tornado.git/commit
Use the future interface internally for _oauth_get_user.
authorBen Darnell <ben@bendarnell.com>
Sun, 17 Feb 2013 22:54:09 +0000 (17:54 -0500)
committerBen Darnell <ben@bendarnell.com>
Sun, 17 Feb 2013 22:54:09 +0000 (17:54 -0500)
commit1824da47d208c58553d168227916f1933d2b3044
tree6d00b01376beed22cd5e668238b5093dd61484b8
parent6fd769763bd35831383a55aa702d42d8d12b0d2a
Use the future interface internally for _oauth_get_user.

Added a new method _oauth_get_user_future because the old method was
de facto public for third-party auth plugins.
tornado/auth.py