From 264161d485bfb5e2e952b329eb53d0a60555bced Mon Sep 17 00:00:00 2001 From: Martin Date: Mon, 25 Apr 2011 00:39:31 +0100 Subject: Remove presumably erroneous _make_stream_binary call --- python/subunit/__init__.py | 1 - 1 file changed, 1 deletion(-) (limited to 'python') diff --git a/python/subunit/__init__.py b/python/subunit/__init__.py index 7e2f141..a49641c 100644 --- a/python/subunit/__init__.py +++ b/python/subunit/__init__.py @@ -1058,7 +1058,6 @@ class ProtocolTestCase(object): _make_stream_binary(stream) self._passthrough = passthrough self._forward = forward - _make_stream_binary(forward) def __call__(self, result=None): return self.run(result) -- cgit v1.2.1