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 fe60055..c4ee4c4 100644
--- a/tests/test_strings.py
+++ b/tests/test_strings.py
@@ -18,13 +18,13 @@
from __future__ import absolute_import
-import unittest2
+import unittest
import rsa
from constants import unicode_string
-class StringTest(unittest2.TestCase):
+class StringTest(unittest.TestCase):
def setUp(self):
(self.pub, self.priv) = rsa.newkeys(384)