aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAymeric Augustin2013-11-16 21:13:21 +0100
committerAymeric Augustin2013-11-16 21:13:21 +0100
commit715fe284da176618f5cd404665641d67dc6fc875 (patch)
treeda1df574fdbf67154d69dd6c6fad5f36665fc9b7 /tests
parentac1d552494f0161836139e8065ee0fa58077d796 (diff)
downloaddjango-debug-toolbar-715fe284da176618f5cd404665641d67dc6fc875.tar.bz2
Flat is better than nested.
Diffstat (limited to 'tests')
-rw-r--r--tests/__init__.py2
1 files changed, 1 insertions, 1 deletions
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