summaryrefslogtreecommitdiff
path: root/tests/test_dh.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_dh.py')
-rw-r--r--tests/test_dh.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_dh.py b/tests/test_dh.py
index d439cb4..747239f 100644
--- a/tests/test_dh.py
+++ b/tests/test_dh.py
@@ -5,7 +5,7 @@
Copyright (c) 2000 Ng Pheng Siong. All rights reserved."""
from M2Crypto import DH, BIO, Rand
-from . import unittest
+from tests import unittest
class DHTestCase(unittest.TestCase):