summaryrefslogtreecommitdiff
path: root/tests/test_rand.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_rand.py')
-rw-r--r--tests/test_rand.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/test_rand.py b/tests/test_rand.py
index f669209..cd27a25 100644
--- a/tests/test_rand.py
+++ b/tests/test_rand.py
@@ -9,12 +9,9 @@ All Rights Reserved.
import os
import ctypes
import warnings
-try:
- import unittest2 as unittest
-except ImportError:
- import unittest
from M2Crypto import Rand, m2
+from tests import unittest
class RandTestCase(unittest.TestCase):