From 73cc77553ed5411f1959a51574b156a47ad5340d Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Sun, 26 Aug 2012 23:06:52 +0100 Subject: Drop ImmediateResponse --- djangorestframework/tests/response.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'djangorestframework/tests/response.py') diff --git a/djangorestframework/tests/response.py b/djangorestframework/tests/response.py index 07d0f4fb..ded0a3da 100644 --- a/djangorestframework/tests/response.py +++ b/djangorestframework/tests/response.py @@ -4,7 +4,7 @@ import unittest from django.conf.urls.defaults import patterns, url, include from django.test import TestCase -from djangorestframework.response import Response, NotAcceptable, ImmediateResponse +from djangorestframework.response import Response, NotAcceptable from djangorestframework.views import View from djangorestframework.compat import RequestFactory from djangorestframework import status -- cgit v1.2.3