diff options
author | Martin Vilcans <martin@librador.com> | 2020-02-12 23:24:23 +0100 |
---|---|---|
committer | Martin Vilcans <martin@librador.com> | 2020-02-12 23:24:23 +0100 |
commit | 7c786ef7d69c9b364214e10490183bc207c24e5a (patch) | |
tree | 29131ddf119dfa2a7ae96447ff2f3e27a6d94536 /tests/fdx_test.py | |
parent | 1f2121726e709c8445ecd793eca89387d5b78145 (diff) | |
parent | eb73207913915be7131256a1ed80d2402ecf6ad6 (diff) | |
download | screenplain-7c786ef7d69c9b364214e10490183bc207c24e5a.tar.gz |
Merge branch 'remove-py2'
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 497f908..3a3c8f7 100644 --- a/tests/fdx_test.py +++ b/tests/fdx_test.py @@ -3,7 +3,7 @@ # http://www.opensource.org/licenses/mit-license.php from testcompat import TestCase -from six import StringIO +from io import StringIO from screenplain.export.fdx import write_text from screenplain.richstring import plain, bold, italic |