summaryrefslogtreecommitdiffstats
path: root/nova/wsgi.py
diff options
context:
space:
mode:
authorAndy Smith <code@term.ie>2010-12-27 15:15:24 -0800
committerAndy Smith <code@term.ie>2010-12-27 15:15:24 -0800
commit8e1b74aa1c5a2f9113473eedc8e35b38b41445ea (patch)
tree44311f33afa023cfd354889cb2d7b8e4dcbd028d /nova/wsgi.py
parenta1b5220879632d093f450413f96668a8f77c0613 (diff)
downloadnova-8e1b74aa1c5a2f9113473eedc8e35b38b41445ea.tar.gz
nova-8e1b74aa1c5a2f9113473eedc8e35b38b41445ea.tar.xz
nova-8e1b74aa1c5a2f9113473eedc8e35b38b41445ea.zip
Added stack command-line tool
Diffstat (limited to 'nova/wsgi.py')
-rw-r--r--nova/wsgi.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/nova/wsgi.py b/nova/wsgi.py
index c40f043f9..564805ae7 100644
--- a/nova/wsgi.py
+++ b/nova/wsgi.py
@@ -105,8 +105,7 @@ class Application(object):
class Middleware(Application):
"""Base WSGI middleware.
-
- Modelled after Django's middleware this class allows you to
+
These classes require an application to be
initialized that will be called next. By default the middleware will
simply call its wrapped app, or you can override __call__ to customize its