summaryrefslogtreecommitdiff
path: root/tests/test_strings.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_strings.py')
-rw-r--r--tests/test_strings.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_strings.py b/tests/test_strings.py
index 58d3833..001456d 100644
--- a/tests/test_strings.py
+++ b/tests/test_strings.py
@@ -2,13 +2,13 @@
from __future__ import absolute_import
-import unittest
+import unittest2
import rsa
from tests.constants import unicode_string
-class StringTest(unittest.TestCase):
+class StringTest(unittest2.TestCase):
def setUp(self):
(self.pub, self.priv) = rsa.newkeys(384)