summaryrefslogtreecommitdiff
path: root/tests/test_err.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_err.py')
-rw-r--r--tests/test_err.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_err.py b/tests/test_err.py
index 7ff0503..865ec00 100644
--- a/tests/test_err.py
+++ b/tests/test_err.py
@@ -7,7 +7,7 @@ Released under the terms of MIT/X11 License,
see the file LICENCE for more.
"""
from M2Crypto import Err
-from . import unittest
+from tests import unittest
class ErrTestCase(unittest.TestCase):