diff options
author | Andy Smith <code@term.ie> | 2010-12-27 15:15:24 -0800 |
---|---|---|
committer | Andy Smith <code@term.ie> | 2010-12-27 15:15:24 -0800 |
commit | 8e1b74aa1c5a2f9113473eedc8e35b38b41445ea (patch) | |
tree | 44311f33afa023cfd354889cb2d7b8e4dcbd028d /nova/wsgi.py | |
parent | a1b5220879632d093f450413f96668a8f77c0613 (diff) | |
download | nova-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.py | 3 |
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 |