aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'debug_toolbar/models.py')
-rw-r--r--debug_toolbar/models.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/debug_toolbar/models.py b/debug_toolbar/models.py
index 7ef8601..510ce88 100644
--- a/debug_toolbar/models.py
+++ b/debug_toolbar/models.py
@@ -1,3 +1,5 @@
+from __future__ import unicode_literals
+
from django.conf import settings
from django.utils.importlib import import_module