summaryrefslogtreecommitdiff
path: root/tests/test_bio_file.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_bio_file.py')
-rw-r--r--tests/test_bio_file.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_bio_file.py b/tests/test_bio_file.py
index f10948f..3335513 100644
--- a/tests/test_bio_file.py
+++ b/tests/test_bio_file.py
@@ -13,7 +13,7 @@ if platform.system() == 'Windows':
import ctypes.wintypes
from M2Crypto.BIO import File, openfile
-from . import unittest
+from tests import unittest
log = logging.getLogger(__name__)