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 | 264161d485bfb5e2e952b329eb53d0a60555bced (patch) | |
| tree | 5abb9083516dd4a81108bb5de6a4948ffc9ed988 /python | |
| parent | 4953d515c61733237dc78842f0785ddd3e9d69c5 (diff) | |
| download | subunit-git-264161d485bfb5e2e952b329eb53d0a60555bced.tar.gz | |
Remove presumably erroneous _make_stream_binary call
Diffstat (limited to 'python')
| -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) |
