From: Kenneth Reitz Date: Sun, 15 May 2011 01:50:41 +0000 (-0400) Subject: remote async __all__ X-Git-Tag: v0.4.0^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e8ff405fce85bce50d41f57a894aa14331a1b564;p=services%2Fpython-requests.git remote async __all__ --- diff --git a/requests/async.py b/requests/async.py index c4a1fd4..ab04084 100644 --- a/requests/async.py +++ b/requests/async.py @@ -39,10 +39,3 @@ if not 'eventlet' in locals(): from .core import * - - -__all__ = [ - 'Request', 'Response', 'request', 'get', 'head', 'post', 'put', 'delete', - 'auth_manager', 'AuthObject','RequestException', 'AuthenticationError', - 'URLRequired', 'InvalidMethod', 'HTTPError' -]