From 419e153422181bacf9ce5330b55ba1f21567478f Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Thu, 14 Mar 2013 17:54:29 -0400 Subject: [PATCH] runtornado: Mark block of get_response modified from the original Django. (imported from commit 383d6960f0043175c026956e1724ec1d1157767b) --- zephyr/management/commands/runtornado.py | 1 + 1 file changed, 1 insertion(+) diff --git a/zephyr/management/commands/runtornado.py b/zephyr/management/commands/runtornado.py index 5e9efb631e..d1138b0df5 100644 --- a/zephyr/management/commands/runtornado.py +++ b/zephyr/management/commands/runtornado.py @@ -246,6 +246,7 @@ class AsyncDjangoHandler(tornado.web.RequestHandler, base.BaseHandler): if response: break + ### THIS BLOCK MODIFIED BY HUMBUG if response is None: from ...decorator import RespondAsynchronously