diff options
Diffstat (limited to 'tests/test_threading.py')
-rw-r--r-- | tests/test_threading.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/test_threading.py b/tests/test_threading.py index 387aa11..ad1d111 100644 --- a/tests/test_threading.py +++ b/tests/test_threading.py @@ -4,12 +4,8 @@ Copyright (C) 2007 Open Source Applications Foundation. All Rights Reserved. """ -try: - import unittest2 as unittest -except ImportError: - import unittest - from M2Crypto import threading as m2threading, Rand +from tests import unittest class ThreadingTestCase(unittest.TestCase): |