summaryrefslogtreecommitdiff
path: root/paste/lint.py
diff options
context:
space:
mode:
authorianb <devnull@localhost>2005-08-22 22:00:08 +0000
committerianb <devnull@localhost>2005-08-22 22:00:08 +0000
commit95a1732e3d0dce9324f4385c14927abc9b82a74d (patch)
tree0e1b08e532d079e0bfa5abd32cc7e7f6247368b2 /paste/lint.py
parent147c1046ea48853b59bb0637e31400ea808aedc4 (diff)
downloadpaste-95a1732e3d0dce9324f4385c14927abc9b82a74d.tar.gz
paste.deployified lint
Diffstat (limited to 'paste/lint.py')
-rw-r--r--paste/lint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paste/lint.py b/paste/lint.py
index 980ef4f..730d72d 100644
--- a/paste/lint.py
+++ b/paste/lint.py
@@ -5,7 +5,7 @@ from types import *
header_re = re.compile(r'^[a-zA-Z][a-zA-Z0-9\-_]*$')
bad_header_value_re = re.compile(r'[\000-\037]')
-def middleware(application):
+def middleware(application, global_conf=None):
"""
When applied between a WSGI server and a WSGI application, this