summaryrefslogtreecommitdiff
path: root/tests/test_bio_iobuf.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_bio_iobuf.py')
-rw-r--r--tests/test_bio_iobuf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_bio_iobuf.py b/tests/test_bio_iobuf.py
index 9fc4181..17a7e9a 100644
--- a/tests/test_bio_iobuf.py
+++ b/tests/test_bio_iobuf.py
@@ -7,7 +7,7 @@ Copyright (c) 2000 Ng Pheng Siong. All rights reserved."""
from io import BytesIO
from M2Crypto.BIO import IOBuffer, MemoryBuffer
-from . import unittest
+from tests import unittest
class IOBufferTestCase(unittest.TestCase):