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/app_loading/tests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/app_loading/tests.py') diff --git a/tests/app_loading/tests.py b/tests/app_loading/tests.py index 6dd0be2194..e0c7cbd78c 100644 --- a/tests/app_loading/tests.py +++ b/tests/app_loading/tests.py @@ -4,11 +4,12 @@ import copy import os import sys import time +from unittest import TestCase from django.conf import Settings from django.db.models.loading import cache, load_app, get_model, get_models from django.utils._os import upath -from django.utils.unittest import TestCase + class EggLoadingTest(TestCase): -- cgit v1.3