From 8f8ce7616cc8e6149b27fbcb8e581fc35c814c87 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Tue, 6 Jul 2010 22:41:48 -0400 Subject: Fixes bug LP: #601899; delete list function in rest server. --- src/mailman/tests/test_documentation.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mailman/tests/test_documentation.py') diff --git a/src/mailman/tests/test_documentation.py b/src/mailman/tests/test_documentation.py index 255725356..b8e98d162 100644 --- a/src/mailman/tests/test_documentation.py +++ b/src/mailman/tests/test_documentation.py @@ -134,7 +134,6 @@ def dump_json(url, data=None, method=None): # exception, for backward compatibility with existing doctests. if response.status // 100 != 2: raise HTTPError(url, response.status, response.reason, response, None) - # fp does not support the context manager protocol. if len(content) == 0: for header in sorted(response): print '{0}: {1}'.format(header, response[header]) -- cgit v1.2.3-70-g09d2