runtornado: Mark block of get_response modified from the original Django.

(imported from commit 383d6960f0043175c026956e1724ec1d1157767b)
This commit is contained in:
Tim Abbott 2013-03-14 17:54:29 -04:00
parent ade7146cd9
commit 419e153422
1 changed files with 1 additions and 0 deletions

View File

@ -246,6 +246,7 @@ class AsyncDjangoHandler(tornado.web.RequestHandler, base.BaseHandler):
if response: if response:
break break
### THIS BLOCK MODIFIED BY HUMBUG
if response is None: if response is None:
from ...decorator import RespondAsynchronously from ...decorator import RespondAsynchronously