diff options
| author | Martin Vilcans <martin@librador.com> | 2013-08-13 18:51:32 +0200 |
|---|---|---|
| committer | Martin Vilcans <martin@librador.com> | 2013-08-13 18:51:32 +0200 |
| commit | df008aca56897bbb96272a730fe259d0e9b98996 (patch) | |
| tree | 6ef9194a5f39ad160240283484c4e573aebecdce /tests/fdx_test.py | |
| parent | 121dd5374458b38b2ab2a7e2acf30f5256a8d251 (diff) | |
Use unittest2 if available but don't require it.
The features of unittest2 are already in Python >=2.7.
Diffstat (limited to 'tests/fdx_test.py')
| -rw-r--r-- | tests/fdx_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fdx_test.py b/tests/fdx_test.py index 8034f71..b6e2bc9 100644 --- a/tests/fdx_test.py +++ b/tests/fdx_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 StringIO import StringIO from screenplain.export.fdx import write_text |
