diff options
| author | Tom Christie | 2012-08-26 23:06:52 +0100 |
|---|---|---|
| committer | Tom Christie | 2012-08-26 23:06:52 +0100 |
| commit | 73cc77553ed5411f1959a51574b156a47ad5340d (patch) | |
| tree | 0b3a0f707fefd116a274adcfa80364596e8df76d /djangorestframework/tests/response.py | |
| parent | edd8f5963cb32063931a1557d3c6ac29d19b3425 (diff) | |
| download | django-rest-framework-73cc77553ed5411f1959a51574b156a47ad5340d.tar.bz2 | |
Drop ImmediateResponse
Diffstat (limited to 'djangorestframework/tests/response.py')
| -rw-r--r-- | djangorestframework/tests/response.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
