diff options
| author | David Cramer | 2012-01-12 19:13:47 -0800 | 
|---|---|---|
| committer | David Cramer | 2012-01-12 19:13:47 -0800 | 
| commit | 01cd08518ded622d3308dd539b00ebbf7012894e (patch) | |
| tree | a9cca14ff92d4602a51d4999430574587a733d1d /debug_toolbar/urls.py | |
| parent | c4eeef24faa81e7bc64ebfbd72c046f25c7b3381 (diff) | |
| download | django-debug-toolbar-01cd08518ded622d3308dd539b00ebbf7012894e.tar.bz2 | |
pep8
Diffstat (limited to 'debug_toolbar/urls.py')
| -rw-r--r-- | debug_toolbar/urls.py | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/debug_toolbar/urls.py b/debug_toolbar/urls.py index 77491e3..986b78e 100644 --- a/debug_toolbar/urls.py +++ b/debug_toolbar/urls.py @@ -1,11 +1,10 @@  """ -URLpatterns for the debug toolbar.  +URLpatterns for the debug toolbar.  These should not be loaded explicitly; the debug toolbar middleware will patch  this into the urlconf for the request.  """  from django.conf.urls.defaults import * -from django.conf import settings  _PREFIX = '__debug__' | 
