diff options
| author | Tom Christie | 2012-01-21 18:33:34 +0000 |
|---|---|---|
| committer | Tom Christie | 2012-01-21 18:33:34 +0000 |
| commit | dea4a45ec72d0bd3cfeeb9382f177eb2fc3b0e14 (patch) | |
| tree | 99c9824ee53d6e57546eceb3551546cf72585c85 /djangorestframework/response.py | |
| parent | a851294d052174b53531fdf90b22ddac8738e374 (diff) | |
| download | django-rest-framework-dea4a45ec72d0bd3cfeeb9382f177eb2fc3b0e14.tar.bz2 | |
pep8/pyflakes cleanup
Diffstat (limited to 'djangorestframework/response.py')
| -rw-r--r-- | djangorestframework/response.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/djangorestframework/response.py b/djangorestframework/response.py index 0090b070..96345cee 100644 --- a/djangorestframework/response.py +++ b/djangorestframework/response.py @@ -11,6 +11,7 @@ __all__ = ('Response', 'ErrorResponse') # TODO: remove raw_content/cleaned_content and just use content? + class Response(object): """ An HttpResponse that may include content that hasn't yet been serialized. |
