aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fdx_test.py
diff options
context:
space:
mode:
authorMartin Vilcans <martin@librador.com>2019-02-21 20:26:47 +0100
committerGitHub <noreply@github.com>2019-02-21 20:26:47 +0100
commitc088581f5ed882554d1e27074411b2c874955010 (patch)
tree0a354ecf213d5a75aac23c890ec92b148896553e /tests/fdx_test.py
parentd9eb1a980798ff54ac9cd81ff1821f78aa57156b (diff)
parent69c11fb0aa1750225d1f9549474554bb1d3eb932 (diff)
downloadscreenplain-c088581f5ed882554d1e27074411b2c874955010.tar.gz
Merge pull request #46 from jpyams/python3
Add Python 3 support
Diffstat (limited to 'tests/fdx_test.py')
-rw-r--r--tests/fdx_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fdx_test.py b/tests/fdx_test.py
index b6e2bc9..497f908 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 StringIO import StringIO
+from six import StringIO
from screenplain.export.fdx import write_text
from screenplain.richstring import plain, bold, italic