diff options
| author | Martin <gzlist@googlemail.com> | 2011-04-25 00:39:31 +0100 |
|---|---|---|
| committer | Martin <gzlist@googlemail.com> | 2011-04-25 00:39:31 +0100 |
| commit | fa32c611795141f3a01d5b993d7cd38ac3ecb9a5 (patch) | |
| tree | 5abb9083516dd4a81108bb5de6a4948ffc9ed988 /python/subunit/__init__.py | |
| parent | 3b8a7992f73fce05f7cdfe0ecfbf57561eb91d54 (diff) | |
| download | subunit-fa32c611795141f3a01d5b993d7cd38ac3ecb9a5.tar.gz | |
Remove presumably erroneous _make_stream_binary call
Diffstat (limited to 'python/subunit/__init__.py')
| -rw-r--r-- | python/subunit/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
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) |
