From 475be5df292d5dccde11065ddc63e001fc7ae274 Mon Sep 17 00:00:00 2001 From: ianb Date: Mon, 9 Jan 2006 03:49:47 +0000 Subject: Added wsgilib.intercept_output to __all__; updated news.txt --- paste/wsgilib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'paste/wsgilib.py') 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: -- cgit v1.2.1