summaryrefslogtreecommitdiff
path: root/paste/wsgilib.py
diff options
context:
space:
mode:
authorianb <devnull@localhost>2006-01-09 03:49:47 +0000
committerianb <devnull@localhost>2006-01-09 03:49:47 +0000
commit475be5df292d5dccde11065ddc63e001fc7ae274 (patch)
tree2ca34f8538ec6b7500a36fbda8e81ebf4a511dcf /paste/wsgilib.py
parent97a9f241c0829dc10d846815c6d096c9b3a35738 (diff)
downloadpaste-475be5df292d5dccde11065ddc63e001fc7ae274.tar.gz
Added wsgilib.intercept_output to __all__; updated news.txt
Diffstat (limited to 'paste/wsgilib.py')
-rw-r--r--paste/wsgilib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paste/wsgilib.py b/paste/wsgilib.py
index 793d437..2aae5e5 100644
--- a/paste/wsgilib.py
+++ b/paste/wsgilib.py
@@ -27,7 +27,7 @@ __all__ = ['get_cookies', 'add_close', 'raw_interactive',
'interactive', 'construct_url', 'error_body_response',
'error_response', 'send_file', 'has_header', 'header_value',
'path_info_split', 'path_info_pop', 'capture_output',
- 'catch_errors', 'dump_environ']
+ 'catch_errors', 'dump_environ', 'intercept_output']
class add_close: