From 02716d9ca2728e33e92806f6ed0b3d9375df53a9 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Tue, 12 Nov 2013 21:42:12 +0100 Subject: Remove unnecessary nesting. --- tests/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/__init__.py') diff --git a/tests/__init__.py b/tests/__init__.py index 47fba24..0abb8a3 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.utils.settings import CONFIG, CONFIG_DEFAULTS -from debug_toolbar.toolbar.loader import load_panel_classes, panel_classes # noqa +from debug_toolbar.toolbar import load_panel_classes, panel_classes # noqa from django.dispatch import receiver from django.test.signals import setting_changed -- cgit v1.2.3