summaryrefslogtreecommitdiff
path: root/tests/test_ecdsa.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_ecdsa.py')
-rw-r--r--tests/test_ecdsa.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_ecdsa.py b/tests/test_ecdsa.py
index 7dfd044..2c4837b 100644
--- a/tests/test_ecdsa.py
+++ b/tests/test_ecdsa.py
@@ -11,7 +11,7 @@ import logging
from M2Crypto import EC, Rand
-from . import unittest
+from tests import unittest
from tests.test_ec_curves import tested_curve
log = logging.getLogger(__name__)