summaryrefslogtreecommitdiff
path: root/tests/test_dsa.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_dsa.py')
-rw-r--r--tests/test_dsa.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_dsa.py b/tests/test_dsa.py
index 140ce99..926fe52 100644
--- a/tests/test_dsa.py
+++ b/tests/test_dsa.py
@@ -7,7 +7,7 @@ Copyright (c) 2000 Ng Pheng Siong. All rights reserved."""
import hashlib
from M2Crypto import DSA, Rand
-from . import unittest
+from tests import unittest
class DSATestCase(unittest.TestCase):