From e8ff405fce85bce50d41f57a894aa14331a1b564 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 14 May 2011 21:50:41 -0400 Subject: [PATCH] remote async __all__ --- requests/async.py | 7 ------- 1 file changed, 7 deletions(-) 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' -] -- 2.7.4