diff options
| -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 | 
