summaryrefslogtreecommitdiff
path: root/tests/test_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_utils.py')
-rw-r--r--tests/test_utils.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/test_utils.py b/tests/test_utils.py
index 2c77c15..6fd6ee2 100644
--- a/tests/test_utils.py
+++ b/tests/test_utils.py
@@ -21,13 +21,9 @@
# THE SOFTWARE.
-try:
- import unittest2 as unittest
-except ImportError:
- import unittest
-
from factory import utils
+from .compat import unittest
class DecLengthCompareTestCase(unittest.TestCase):
def test_reciprocity(self):