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/db_typecasts/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/db_typecasts') diff --git a/tests/db_typecasts/tests.py b/tests/db_typecasts/tests.py index 2cf835d94e..fc5305dcdd 100644 --- a/tests/db_typecasts/tests.py +++ b/tests/db_typecasts/tests.py @@ -1,10 +1,10 @@ # Unit tests for typecast functions in django.db.backends.util import datetime +import unittest from django.db.backends import util as typecasts from django.utils import six -from django.utils import unittest TEST_CASES = { -- cgit v1.3