aboutsummaryrefslogtreecommitdiffstats
path: root/tests/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/urls.py')
-rw-r--r--tests/urls.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/urls.py b/tests/urls.py
index 742e361d..41f527df 100644
--- a/tests/urls.py
+++ b/tests/urls.py
@@ -1,6 +1,6 @@
"""
Blank URLConf just to keep the test suite happy
"""
-from tests import test_relations
+from django.conf.urls import patterns
-urlpatterns = test_relations.urlpatterns
+urlpatterns = patterns('')