aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorXavier Ordoquy2014-05-01 08:41:37 +0200
committerXavier Ordoquy2014-05-01 08:41:37 +0200
commite5441d845e34f1e1bb2b7464d31aa3df7b02d0fe (patch)
tree0de598936b14bcf4f492b1fd6cf149936cc6e501 /tests
parenteb89ed02f247d903db1cdd488d69b316323d9f60 (diff)
downloaddjango-rest-framework-e5441d845e34f1e1bb2b7464d31aa3df7b02d0fe.tar.bz2
Use urls functions from django instead of compat.
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('')