diff options
Diffstat (limited to 'debug_toolbar/urls.py')
| -rw-r--r-- | debug_toolbar/urls.py | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/debug_toolbar/urls.py b/debug_toolbar/urls.py index 4280a18..524710d 100644 --- a/debug_toolbar/urls.py +++ b/debug_toolbar/urls.py @@ -5,6 +5,8 @@ These should not be loaded explicitly; the debug toolbar middleware will patch  this into the urlconf for the request.  """ +from __future__ import unicode_literals +  from django.conf.urls import patterns, url  _PREFIX = '__debug__' | 
