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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_rand.py b/tests/test_rand.py
index 765b1c8..1bf7a9c 100644
--- a/tests/test_rand.py
+++ b/tests/test_rand.py
@@ -11,7 +11,7 @@ import ctypes
import warnings
from M2Crypto import Rand, m2
-from . import unittest
+from tests import unittest
class RandTestCase(unittest.TestCase):