summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2013-06-19 15:46:52 -0400
committerTres Seaver <tseaver@palladion.com>2013-06-19 15:46:52 -0400
commit1a1756542d2b259f48b9f8959277f2151ccee7ed (patch)
treef1b42e230fd500d5f6df983132c30b1b96f2dbe5
parentcb8bb94941299269d8b29ff7ae08064f4483a07f (diff)
downloadpyramid-1a1756542d2b259f48b9f8959277f2151ccee7ed.tar.gz
pyramid-1a1756542d2b259f48b9f8959277f2151ccee7ed.tar.bz2
pyramid-1a1756542d2b259f48b9f8959277f2151ccee7ed.zip
Trailing whitespace.
-rw-r--r--pyramid/scripts/prequest.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyramid/scripts/prequest.py b/pyramid/scripts/prequest.py
index da6b8cc14..024f98e5e 100644
--- a/pyramid/scripts/prequest.py
+++ b/pyramid/scripts/prequest.py
@@ -110,9 +110,9 @@ class PRequestCommand(object):
environ = {
'REQUEST_METHOD': request_method,
'SCRIPT_NAME': '', # may be empty if app is at the root
- 'PATH_INFO': path,
+ 'PATH_INFO': path,
'SERVER_NAME': 'localhost', # always mandatory
- 'SERVER_PORT': '80', # always mandatory
+ 'SERVER_PORT': '80', # always mandatory
'SERVER_PROTOCOL': 'HTTP/1.0',
'CONTENT_TYPE': 'text/plain',
'REMOTE_ADDR':'127.0.0.1',