summaryrefslogtreecommitdiff
path: root/tests/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/urls.py')
-rw-r--r--tests/urls.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/urls.py b/tests/urls.py
index 34e3afcb83..bf9e5dc0fb 100644
--- a/tests/urls.py
+++ b/tests/urls.py
@@ -2,7 +2,6 @@
should be added within the test folders, and use TestCase.urls to set them.
This helps the tests remain isolated.
"""
-from django.conf.urls import patterns
-urlpatterns = patterns('')
+urlpatterns = []