summaryrefslogtreecommitdiff
path: root/tests/fdx_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fdx_test.py')
-rw-r--r--tests/fdx_test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fdx_test.py b/tests/fdx_test.py
index 1aceb3a..8034f71 100644
--- a/tests/fdx_test.py
+++ b/tests/fdx_test.py
@@ -2,14 +2,14 @@
# Licensed under the MIT license:
# http://www.opensource.org/licenses/mit-license.php
-import unittest2
+from unittest import TestCase
from StringIO import StringIO
from screenplain.export.fdx import write_text
from screenplain.richstring import plain, bold, italic
-class OutputTests(unittest2.TestCase):
+class OutputTests(TestCase):
def setUp(self):
self.out = StringIO()