diff options
| author | Aymeric Augustin | 2013-10-26 15:58:01 +0200 | 
|---|---|---|
| committer | Aymeric Augustin | 2013-10-26 15:58:01 +0200 | 
| commit | c35052ea260647f47bf0f958615d2da042673cb1 (patch) | |
| tree | f66daa237a799ae255d872e15037d49d3d66fe76 /tests/urls.py | |
| parent | 71921c3354bf8ddf42b0de7863a88890c21c1925 (diff) | |
| download | django-debug-toolbar-c35052ea260647f47bf0f958615d2da042673cb1.tar.bz2 | |
Remove inappropriate docstring.
Diffstat (limited to 'tests/urls.py')
| -rw-r--r-- | tests/urls.py | 7 | 
1 files changed, 0 insertions, 7 deletions
| diff --git a/tests/urls.py b/tests/urls.py index 8a88385..8f14a2d 100644 --- a/tests/urls.py +++ b/tests/urls.py @@ -1,12 +1,5 @@  # coding: utf-8 -""" -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 __future__ import unicode_literals  from django.conf.urls import patterns, url | 
