summaryrefslogtreecommitdiff
path: root/paste/httpexceptions.py
diff options
context:
space:
mode:
authorianb <devnull@localhost>2005-08-22 21:59:18 +0000
committerianb <devnull@localhost>2005-08-22 21:59:18 +0000
commit147c1046ea48853b59bb0637e31400ea808aedc4 (patch)
treed4a7bc3a780dbc9de6c0e2e9cd576412fa0a6be2 /paste/httpexceptions.py
parent608886cdb1b04028cc8a5eb80b7d6d170937f253 (diff)
downloadpaste-147c1046ea48853b59bb0637e31400ea808aedc4.tar.gz
paste.deployified httpexceptions
Diffstat (limited to 'paste/httpexceptions.py')
-rw-r--r--paste/httpexceptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paste/httpexceptions.py b/paste/httpexceptions.py
index 16fca6f..5f8405f 100644
--- a/paste/httpexceptions.py
+++ b/paste/httpexceptions.py
@@ -211,7 +211,7 @@ def get_exception(code):
## Middleware implementation:
############################################################
-def middleware(application):
+def middleware(application, global_conf):
"""
This middleware catches any exceptions (which are subclasses of