summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--heat/common/wsgi.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/heat/common/wsgi.py b/heat/common/wsgi.py
index 74183c503..7ce8d7a8d 100644
--- a/heat/common/wsgi.py
+++ b/heat/common/wsgi.py
@@ -343,6 +343,10 @@ class Debug(Middleware):
print
+def debug_filter(app, conf, **local_conf):
+ return Debug(app)
+
+
class Router(object):
"""
WSGI middleware that maps incoming requests to WSGI apps.