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_lib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hyperkitty/tests/test_lib.py') diff --git a/hyperkitty/tests/test_lib.py b/hyperkitty/tests/test_lib.py index 4b9b778..19f31d1 100644 --- a/hyperkitty/tests/test_lib.py +++ b/hyperkitty/tests/test_lib.py @@ -21,7 +21,7 @@ import datetime -from django.test import TestCase +from hyperkitty.tests.utils import TestCase from hyperkitty.lib.view_helpers import get_display_dates, paginate -- cgit