diff options
| author | Robert Collins <robertc@robertcollins.net> | 2014-01-30 08:13:48 +1300 |
|---|---|---|
| committer | Robert Collins <robertc@robertcollins.net> | 2014-01-30 08:13:48 +1300 |
| commit | d9957de10d219ea62fe785ac18c0751031b209d0 (patch) | |
| tree | 464b2cdbea7303824a6a2029cb724a7cb38721a5 /python | |
| parent | 438d40e7a4df050c979fc4cdf3184c34c4e564d2 (diff) | |
| download | subunit-git-d9957de10d219ea62fe785ac18c0751031b209d0.tar.gz | |
Fix support for testtools 0.6.35.
Diffstat (limited to 'python')
| -rw-r--r-- | python/subunit/test_results.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/subunit/test_results.py b/python/subunit/test_results.py index 8c89d9b..b3ca968 100644 --- a/python/subunit/test_results.py +++ b/python/subunit/test_results.py @@ -20,7 +20,6 @@ import csv import datetime import testtools -from testtools.compat import all from testtools.content import ( text_content, TracebackContent, |
