From df008aca56897bbb96272a730fe259d0e9b98996 Mon Sep 17 00:00:00 2001 From: Martin Vilcans Date: Tue, 13 Aug 2013 18:51:32 +0200 Subject: Use unittest2 if available but don't require it. The features of unittest2 are already in Python >=2.7. --- tests/richstring_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/richstring_test.py') diff --git a/tests/richstring_test.py b/tests/richstring_test.py index b9ca3d2..f2bed5e 100644 --- a/tests/richstring_test.py +++ b/tests/richstring_test.py @@ -2,7 +2,7 @@ # Licensed under the MIT license: # http://www.opensource.org/licenses/mit-license.php -from unittest import TestCase +from testcompat import TestCase from screenplain.richstring import ( RichString, Segment, Bold, Italic, -- cgit v1.2.3