summaryrefslogtreecommitdiff
path: root/tests/test_ssl.py
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2021-01-14 13:31:38 +0100
committerMatěj Cepl <mcepl@cepl.eu>2021-01-14 14:31:04 +0100
commitae73548cf705d2c603b6f1d7f9a140940def837c (patch)
tree0157642befa6435188595eddf5c3bd769b964857 /tests/test_ssl.py
parent5541bb16cec1623be63188f25048cdb75ab26843 (diff)
downloadm2crypto-ae73548cf705d2c603b6f1d7f9a140940def837c.tar.gz
Replace 'from . import' with absolute imports.
Diffstat (limited to 'tests/test_ssl.py')
-rw-r--r--tests/test_ssl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_ssl.py b/tests/test_ssl.py
index 7a3271a..e18adf5 100644
--- a/tests/test_ssl.py
+++ b/tests/test_ssl.py
@@ -34,7 +34,7 @@ import warnings
from M2Crypto import (Err, Rand, SSL, X509, ftpslib, httpslib, m2, m2urllib,
m2urllib2, m2xmlrpclib, six)
from M2Crypto.SSL.timeout import DEFAULT_TIMEOUT
-from . import unittest
+from tests import unittest
from tests.fips import fips_mode
log = logging.getLogger('test_SSL')