summaryrefslogtreecommitdiff
path: root/tests/test_x509.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_x509.py')
-rw-r--r--tests/test_x509.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_x509.py b/tests/test_x509.py
index 0b126f7..c36757e 100644
--- a/tests/test_x509.py
+++ b/tests/test_x509.py
@@ -16,7 +16,7 @@ import time
import warnings
from M2Crypto import ASN1, BIO, EVP, RSA, Rand, X509, m2, six # noqa
-from . import unittest
+from tests import unittest
log = logging.getLogger(__name__)