From 7efc6e820580fde5a38cbee5cec05cbc87ce36e4 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Thu, 20 Sep 2012 13:22:07 +0100 Subject: Remove dumbass __all__ variables --- rest_framework/request.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'rest_framework/request.py') 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. -- cgit v1.2.3