From cfcf4b3605f9653e4e056088d89932b2a0e4281b Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Mon, 1 Jul 2013 14:22:27 +0200 Subject: Stopped using django.utils.unittest in the test suite. Refs #20680. --- tests/utils_tests/test_crypto.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/utils_tests/test_crypto.py') diff --git a/tests/utils_tests/test_crypto.py b/tests/utils_tests/test_crypto.py index 5cf2934ab0..4c1d10bb5f 100644 --- a/tests/utils_tests/test_crypto.py +++ b/tests/utils_tests/test_crypto.py @@ -1,11 +1,11 @@ from __future__ import unicode_literals import binascii +import hashlib import math import timeit -import hashlib +import unittest -from django.utils import unittest from django.utils.crypto import constant_time_compare, pbkdf2 -- cgit v1.3