From 8333abc9062ff0e7345dec41db972c0992c534e0 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Tue, 23 Jul 2013 11:45:40 +0200 Subject: Centralize settings modifications for unittests in a single class --- hyperkitty/tests/test_models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hyperkitty/tests/test_models.py') diff --git a/hyperkitty/tests/test_models.py b/hyperkitty/tests/test_models.py index 120e571..bcbcf58 100644 --- a/hyperkitty/tests/test_models.py +++ b/hyperkitty/tests/test_models.py @@ -19,7 +19,7 @@ # Author: Aamir Khan # -from django.test import TestCase +from hyperkitty.tests.utils import TestCase from hyperkitty.models import Rating, Tag class RatingTestCase(TestCase): -- cgit