summaryrefslogtreecommitdiff
path: root/paste/recursive.py
diff options
context:
space:
mode:
authorianb <devnull@localhost>2005-08-22 22:16:34 +0000
committerianb <devnull@localhost>2005-08-22 22:16:34 +0000
commit52b6f5b7b999f07bb81088430c5da359692f404c (patch)
tree751366387d4c89e93b874f626724f4b3ece2ff49 /paste/recursive.py
parent6e7baed5272d153ec6603adda6088f79b00f5133 (diff)
downloadpaste-52b6f5b7b999f07bb81088430c5da359692f404c.tar.gz
paste.deployified recursive
Diffstat (limited to 'paste/recursive.py')
-rw-r--r--paste/recursive.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paste/recursive.py b/paste/recursive.py
index f21c91a..93a5776 100644
--- a/paste/recursive.py
+++ b/paste/recursive.py
@@ -15,7 +15,7 @@ class RecursiveMiddleware(object):
``paste.recursive.include`` environmental keys.
"""
- def __init__(self, application):
+ def __init__(self, application, global_conf=None):
self.application = application
def __call__(self, environ, start_response):