From aaa87b0d6f110bd52fe659c0fca873d820ad31f2 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Mon, 25 Apr 2011 09:40:52 +1200 Subject: Make test suite importable in py3. --- python/subunit/tests/test_tap2subunit.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'python/subunit/tests/test_tap2subunit.py') diff --git a/python/subunit/tests/test_tap2subunit.py b/python/subunit/tests/test_tap2subunit.py index c4ca4cd..11bc191 100644 --- a/python/subunit/tests/test_tap2subunit.py +++ b/python/subunit/tests/test_tap2subunit.py @@ -17,7 +17,9 @@ """Tests for TAP2SubUnit.""" import unittest -from StringIO import StringIO + +from testtools.compat import StringIO + import subunit -- cgit v1.2.1