From 44fa5352360b78696c3d81cafa8e24eaa4f6c3ed Mon Sep 17 00:00:00 2001 From: ianb Date: Fri, 20 Oct 2006 22:08:05 +0000 Subject: A big commit, primarily aesthetic/whitespace in nature. This is the result of running pylint over the codebase. Some minor/hard-to-reach typos were also picked up. --- paste/modpython.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'paste/modpython.py') diff --git a/paste/modpython.py b/paste/modpython.py index d2b7a7f..189e29a 100644 --- a/paste/modpython.py +++ b/paste/modpython.py @@ -143,7 +143,7 @@ class Handler: env['wsgi.input'] = InputWrapper(req) env['wsgi.errors'] = ErrorWrapper(req) - env['wsgi.version'] = (1,0) + env['wsgi.version'] = (1, 0) env['wsgi.run_once'] = False if env.get("HTTPS") in ('yes', 'on', '1'): env['wsgi.url_scheme'] = 'https' -- cgit v1.2.1