summaryrefslogtreecommitdiff
path: root/tests/test_threading.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_threading.py')
-rw-r--r--tests/test_threading.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_threading.py b/tests/test_threading.py
index ce646e2..a0f96b4 100644
--- a/tests/test_threading.py
+++ b/tests/test_threading.py
@@ -5,7 +5,7 @@
Copyright (C) 2007 Open Source Applications Foundation. All Rights Reserved.
"""
from M2Crypto import threading as m2threading, Rand
-from . import unittest
+from tests import unittest
class ThreadingTestCase(unittest.TestCase):