summaryrefslogtreecommitdiff
path: root/tests/test_bio.py
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2016-02-29 10:00:18 +0100
committerMatěj Cepl <mcepl@cepl.eu>2016-03-20 22:22:37 +0100
commit91c980f52782653fc382b2957b590566d3e7d220 (patch)
treee112dff51bb1c7fb567243617effa90735aec4ff /tests/test_bio.py
parent14f3346f53876c78d6e9e49835556d8174d5067f (diff)
downloadm2crypto-91c980f52782653fc382b2957b590566d3e7d220.tar.gz
Fix broken imports (and PEP8ization).
Diffstat (limited to 'tests/test_bio.py')
-rw-r--r--tests/test_bio.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_bio.py b/tests/test_bio.py
index 8cbfc9d..abef277 100644
--- a/tests/test_bio.py
+++ b/tests/test_bio.py
@@ -16,7 +16,7 @@ except ImportError:
from M2Crypto import BIO, Rand
-from .fips import fips_mode
+from tests.fips import fips_mode
class CipherStreamTestCase(unittest.TestCase):
def try_algo(self, algo):