From: Kenneth Reitz Date: Sat, 12 Nov 2011 20:53:23 +0000 (-0800) Subject: remove bunk __all__s X-Git-Tag: v0.8.0~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=474e17b0af27b397e6abcb7eca3353775993426c;p=services%2Fpython-requests.git remove bunk __all__s --- diff --git a/requests/api.py b/requests/api.py index fa41b8e..5f30352 100644 --- a/requests/api.py +++ b/requests/api.py @@ -13,8 +13,6 @@ This module implements the Requests API. from .sessions import session -__all__ = ('request', 'get', 'options', 'head', 'post', 'patch', 'put', 'delete') - def request(method, url, params=None, diff --git a/requests/async.py b/requests/async.py index 6b08f89..8bafb1e 100644 --- a/requests/async.py +++ b/requests/async.py @@ -20,7 +20,6 @@ except ImportError: curious_george.patch_all(thread=False) from . import api -from .hooks import dispatch_hook __all__ = (