From 147c1046ea48853b59bb0637e31400ea808aedc4 Mon Sep 17 00:00:00 2001 From: ianb Date: Mon, 22 Aug 2005 21:59:18 +0000 Subject: paste.deployified httpexceptions --- paste/httpexceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'paste/httpexceptions.py') 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 -- cgit v1.2.1