diff options
| author | Tom Christie | 2012-09-20 13:22:07 +0100 | 
|---|---|---|
| committer | Tom Christie | 2012-09-20 13:22:07 +0100 | 
| commit | 7efc6e820580fde5a38cbee5cec05cbc87ce36e4 (patch) | |
| tree | 2c362a631ed182440f6fcae1839ba83323530aa5 /rest_framework/request.py | |
| parent | 87dae4d8549c02fa9a57adb3bb876d249dae1f79 (diff) | |
| download | django-rest-framework-7efc6e820580fde5a38cbee5cec05cbc87ce36e4.tar.bz2 | |
Remove dumbass __all__ variables
Diffstat (limited to 'rest_framework/request.py')
| -rw-r--r-- | rest_framework/request.py | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/rest_framework/request.py b/rest_framework/request.py index ee5e46d0..dcf17adf 100644 --- a/rest_framework/request.py +++ b/rest_framework/request.py @@ -16,9 +16,6 @@ from rest_framework.settings import api_settings  from rest_framework.utils.mediatypes import is_form_media_type -__all__ = ('Request',) - -  class Empty(object):      """      Placeholder for unset attributes. | 
