Skip to content

Commit e5441d8

Browse files
committed
Use urls functions from django instead of compat.
1 parent eb89ed0 commit e5441d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
Blank URLConf just to keep the test suite happy
33
"""
4-
from rest_framework.compat import patterns
4+
from django.conf.urls import patterns
55

66
urlpatterns = patterns('')

0 commit comments

Comments
 (0)