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 3a3c8f7..236509a 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 testcompat import TestCase +from unittest import TestCase from io import StringIO from screenplain.export.fdx import write_text |