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 /debug_toolbar/toolbar.py | |
| parent | ac1d552494f0161836139e8065ee0fa58077d796 (diff) | |
| download | django-debug-toolbar-715fe284da176618f5cd404665641d67dc6fc875.tar.bz2 | |
Flat is better than nested.
Diffstat (limited to 'debug_toolbar/toolbar.py')
| -rw-r--r-- | debug_toolbar/toolbar.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/debug_toolbar/toolbar.py b/debug_toolbar/toolbar.py index 7041610..3d24891 100644 --- a/debug_toolbar/toolbar.py +++ b/debug_toolbar/toolbar.py @@ -13,7 +13,7 @@ from django.template.loader import render_to_string  from django.utils.datastructures import SortedDict  from django.utils.importlib import import_module -from debug_toolbar.utils import settings as dt_settings +from debug_toolbar import settings as dt_settings  class DebugToolbar(object): | 
