diff options
| author | Ben Timby | 2012-01-18 22:59:30 -0500 | 
|---|---|---|
| committer | Ben Timby | 2012-01-18 22:59:30 -0500 | 
| commit | 0a5ca000edcd8fba1e5e5f71c7267d9f52e456a0 (patch) | |
| tree | b7ce62d60bc0aebc889a15cc6bd473d0a3ea8af1 /djangorestframework/tests/files.py | |
| parent | 5f4096ca28d6c0b9ea98f43278789b38cf0d37bb (diff) | |
| download | django-rest-framework-0a5ca000edcd8fba1e5e5f71c7267d9f52e456a0.tar.bz2 | |
Docstring/whitespace fixes.
Diffstat (limited to 'djangorestframework/tests/files.py')
| -rw-r--r-- | djangorestframework/tests/files.py | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/djangorestframework/tests/files.py b/djangorestframework/tests/files.py index 91f46061..d3b1cc56 100644 --- a/djangorestframework/tests/files.py +++ b/djangorestframework/tests/files.py @@ -30,7 +30,3 @@ class UploadFilesTests(TestCase):          response = view(request)          self.assertEquals(response.content, '{"FILE_CONTENT": "stuff", "FILE_NAME": "stuff.txt"}') - - - -  | 
