diff options
| author | ianb <devnull@localhost> | 2006-10-20 22:08:05 +0000 |
|---|---|---|
| committer | ianb <devnull@localhost> | 2006-10-20 22:08:05 +0000 |
| commit | 44fa5352360b78696c3d81cafa8e24eaa4f6c3ed (patch) | |
| tree | ccde2c446f352cb5344f3c9a40090f12290bf9a7 /paste/debug/debugapp.py | |
| parent | 9eadab4b64440958f99a2fa1798227bb4a53193c (diff) | |
| download | paste-44fa5352360b78696c3d81cafa8e24eaa4f6c3ed.tar.gz | |
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.
Diffstat (limited to 'paste/debug/debugapp.py')
| -rwxr-xr-x | paste/debug/debugapp.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/paste/debug/debugapp.py b/paste/debug/debugapp.py index 0e4e82f..caabd03 100755 --- a/paste/debug/debugapp.py +++ b/paste/debug/debugapp.py @@ -60,8 +60,8 @@ class SlowConsumer: '<input type="submit" >\n' '</form></body></html>\n') print "bingles" - start_response("200 OK",[('Content-Type', 'text/html'), - ('Content-Length', len(body))]) + start_response("200 OK", [('Content-Type', 'text/html'), + ('Content-Length', len(body))]) return [body] def make_test_app(global_conf): |
