From 715fe284da176618f5cd404665641d67dc6fc875 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sat, 16 Nov 2013 21:13:21 +0100 Subject: Flat is better than nested. --- tests/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/__init__.py b/tests/__init__.py index 3bf8994..5be754e 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,7 +1,7 @@ # Refresh the debug toolbar's configuration when overriding settings. from debug_toolbar.toolbar import DebugToolbar -from debug_toolbar.utils import settings as dt_settings +from debug_toolbar import settings as dt_settings from django.dispatch import receiver from django.test.signals import setting_changed -- cgit v1.2.3