diff options
| author | Aymeric Augustin | 2013-11-16 21:13:21 +0100 |
|---|---|---|
| committer | Aymeric Augustin | 2013-11-16 21:13:21 +0100 |
| commit | 715fe284da176618f5cd404665641d67dc6fc875 (patch) | |
| tree | da1df574fdbf67154d69dd6c6fad5f36665fc9b7 /tests | |
| parent | ac1d552494f0161836139e8065ee0fa58077d796 (diff) | |
| download | django-debug-toolbar-715fe284da176618f5cd404665641d67dc6fc875.tar.bz2 | |
Flat is better than nested.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/__init__.py | 2 |
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 |
