diff options
Diffstat (limited to 'repoze/bfg/wsgi.py')
| -rw-r--r-- | repoze/bfg/wsgi.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/repoze/bfg/wsgi.py b/repoze/bfg/wsgi.py index 2a23fe7aa..149273c27 100644 --- a/repoze/bfg/wsgi.py +++ b/repoze/bfg/wsgi.py @@ -19,11 +19,11 @@ def wsgiapp(wrapped): Allows the following view declaration to be made:: - <bfg:view - view=".views.hello_world" - name="hello_world.txt" - context="*" - /> + <view + view=".views.hello_world" + name="hello_world.txt" + context="*" + /> The wsgiapp decorator will convert the result of the WSGI application to a Response and return it to repoze.bfg as if the |
