diff options
Diffstat (limited to 'rest_framework/tests/response.py')
| -rw-r--r-- | rest_framework/tests/response.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rest_framework/tests/response.py b/rest_framework/tests/response.py index 237b12a9..fd153f40 100644 --- a/rest_framework/tests/response.py +++ b/rest_framework/tests/response.py @@ -1,9 +1,8 @@ import unittest import six -from django.conf.urls.defaults import patterns, url, include from django.test import TestCase - +from rest_framework.compat import patterns, url, include from rest_framework.response import Response from rest_framework.views import APIView from rest_framework import status |
