diff options
| author | David Cramer | 2011-06-14 12:38:55 -0700 |
|---|---|---|
| committer | David Cramer | 2011-06-14 12:38:55 -0700 |
| commit | 4ee67a1632f41a873d997ae15ac0a2eccca04430 (patch) | |
| tree | 8ee7b6fca627ae86356aa9f22002f2ada069c52b /debug_toolbar/tests/urls.py | |
| parent | c61daab0ce10d9654ecb9ce70819233171885eae (diff) | |
| download | django-debug-toolbar-4ee67a1632f41a873d997ae15ac0a2eccca04430.tar.bz2 | |
Move test suite into parent namespace
Diffstat (limited to 'debug_toolbar/tests/urls.py')
| -rw-r--r-- | debug_toolbar/tests/urls.py | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/debug_toolbar/tests/urls.py b/debug_toolbar/tests/urls.py deleted file mode 100644 index 7c99b03..0000000 --- a/debug_toolbar/tests/urls.py +++ /dev/null @@ -1,14 +0,0 @@ -""" -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.contrib import admin - -admin.autodiscover() - -urlpatterns = patterns('', - url(r'^execute_sql/$', 'debug_toolbar.tests.views.execute_sql'), -) |
