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/middleware.py | |
| parent | ac1d552494f0161836139e8065ee0fa58077d796 (diff) | |
| download | django-debug-toolbar-715fe284da176618f5cd404665641d67dc6fc875.tar.bz2 | |
Flat is better than nested.
Diffstat (limited to 'debug_toolbar/middleware.py')
| -rw-r--r-- | debug_toolbar/middleware.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/debug_toolbar/middleware.py b/debug_toolbar/middleware.py index 1e698af..72f190e 100644 --- a/debug_toolbar/middleware.py +++ b/debug_toolbar/middleware.py @@ -10,7 +10,7 @@ from django.conf import settings  from django.utils.encoding import force_text  from debug_toolbar.toolbar import DebugToolbar -from debug_toolbar.utils import settings as dt_settings +from debug_toolbar import settings as dt_settings  _HTML_TYPES = ('text/html', 'application/xhtml+xml')  # Handles python threading module bug - http://bugs.python.org/issue14308 | 
