summaryrefslogtreecommitdiff
path: root/paste/wsgilib.py
diff options
context:
space:
mode:
authorpjenvey <devnull@localhost>2007-05-04 19:24:16 +0000
committerpjenvey <devnull@localhost>2007-05-04 19:24:16 +0000
commit8a944a7ae64e2d7ddc12fb2c5da1eb2805dd0a07 (patch)
tree0320d7e9f655cc1e8a49be7da23f0c989ce767d9 /paste/wsgilib.py
parent1a4a60600040d9f61e5bc617f380ebf3b4a36acf (diff)
downloadpaste-8a944a7ae64e2d7ddc12fb2c5da1eb2805dd0a07.tar.gz
whitespace
Diffstat (limited to 'paste/wsgilib.py')
-rw-r--r--paste/wsgilib.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/paste/wsgilib.py b/paste/wsgilib.py
index 5c7ab3b..c7a5e05 100644
--- a/paste/wsgilib.py
+++ b/paste/wsgilib.py
@@ -55,7 +55,7 @@ class add_close(object):
# We can't raise an error or anything at this stage
print >> sys.stderr, (
"Error: app_iter.close() was not called when finishing "
- "WSGI request. finalization function %s not called"
+ "WSGI request. finalization function %s not called"
% self.close_func)
class add_start_close(object):
@@ -94,7 +94,7 @@ class add_start_close(object):
# We can't raise an error or anything at this stage
print >> sys.stderr, (
"Error: app_iter.close() was not called when finishing "
- "WSGI request. finalization function %s not called"
+ "WSGI request. finalization function %s not called"
% self.close_func)
class chained_app_iters(object):
@@ -139,7 +139,7 @@ class chained_app_iters(object):
# We can't raise an error or anything at this stage
print >> sys.stderr, (
"Error: app_iter.close() was not called when finishing "
- "WSGI request. finalization function %s not called"
+ "WSGI request. finalization function %s not called"
% self.close_func)
class encode_unicode_app_iter(object):