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