diff options
| author | Robert Collins <robertc@robertcollins.net> | 2011-04-25 09:40:52 +1200 |
|---|---|---|
| committer | Robert Collins <robertc@robertcollins.net> | 2011-04-25 09:40:52 +1200 |
| commit | aaa87b0d6f110bd52fe659c0fca873d820ad31f2 (patch) | |
| tree | 63c084e01dc89e4df8bb90b2143409ee9de97731 /python/subunit/tests/test_subunit_stats.py | |
| parent | 049a3c5342faac9aa46afc9a882ab37950331fb5 (diff) | |
| download | subunit-git-aaa87b0d6f110bd52fe659c0fca873d820ad31f2.tar.gz | |
Make test suite importable in py3.
Diffstat (limited to 'python/subunit/tests/test_subunit_stats.py')
| -rw-r--r-- | python/subunit/tests/test_subunit_stats.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/subunit/tests/test_subunit_stats.py b/python/subunit/tests/test_subunit_stats.py index a7f8fca..778bb7f 100644 --- a/python/subunit/tests/test_subunit_stats.py +++ b/python/subunit/tests/test_subunit_stats.py @@ -17,7 +17,8 @@ """Tests for subunit.TestResultStats.""" import unittest -from StringIO import StringIO + +from testtools.compat import StringIO import subunit |
