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/files/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/files') diff --git a/tests/files/tests.py b/tests/files/tests.py index f1e3d5b14b..54eeee13e4 100644 --- a/tests/files/tests.py +++ b/tests/files/tests.py @@ -4,6 +4,7 @@ import os import gzip import shutil import tempfile +import unittest from django.core.cache import cache from django.core.files import File @@ -11,7 +12,6 @@ from django.core.files.move import file_move_safe from django.core.files.base import ContentFile from django.core.files.uploadedfile import SimpleUploadedFile from django.test import TestCase -from django.utils import unittest from django.utils.six import StringIO from .models import Storage, temp_storage, temp_storage_location -- cgit v1.3