diff options
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 |