This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# -*- coding: utf-8 -*- | |
import functools | |
import urllib.parse as urllib_parse | |
from tornado.concurrent import return_future | |
from tornado.auth import _auth_return_future, AuthError | |
from tornado import httpclient | |
from tornado.httputil import url_concat |