Fix typo reported by Doug Ported on web-sig.
This commit is contained in:
parent
bbfdc5f6b0
commit
8fa172dfab
|
@ -352,7 +352,7 @@ a block boundary.)
|
||||||
def __init__(self, application):
|
def __init__(self, application):
|
||||||
self.application = application
|
self.application = application
|
||||||
|
|
||||||
def __call__(environ, start_response):
|
def __call__(self, environ, start_response):
|
||||||
|
|
||||||
transform_ok = []
|
transform_ok = []
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue