From c35052ea260647f47bf0f958615d2da042673cb1 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sat, 26 Oct 2013 15:58:01 +0200 Subject: Remove inappropriate docstring. --- tests/urls.py | 7 ------- 1 file changed, 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 -- cgit v1.2.3