diff options
| author | Robert Collins <robertc@robertcollins.net> | 2013-02-25 22:03:59 +1300 |
|---|---|---|
| committer | Robert Collins <robertc@robertcollins.net> | 2013-02-25 22:03:59 +1300 |
| commit | 03fa780db6e1b76b4bb5056455bb028b02ea22c9 (patch) | |
| tree | 368e42343dfeee41d62400d7d7f9bc10743815d5 /python/subunit/__init__.py | |
| parent | 83510f8f4d9e26302234a437438788f248ee35fd (diff) | |
| download | subunit-git-03fa780db6e1b76b4bb5056455bb028b02ea22c9.tar.gz | |
Add an implementation of parser and generator for v2 streams.
Diffstat (limited to 'python/subunit/__init__.py')
| -rw-r--r-- | python/subunit/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/subunit/__init__.py b/python/subunit/__init__.py index 1a0b956..ced5b4a 100644 --- a/python/subunit/__init__.py +++ b/python/subunit/__init__.py @@ -146,7 +146,7 @@ except ImportError: from testtools import testresult from subunit import chunked, details, iso8601, test_results -from subunit.v2 import StreamResultToBytes +from subunit.v2 import ByteStreamToStreamResult, StreamResultToBytes # same format as sys.version_info: "A tuple containing the five components of # the version number: major, minor, micro, releaselevel, and serial. All |
