remove bunk __all__s

This commit is contained in:
Kenneth Reitz
2011-11-12 12:53:23 -08:00
parent f1e8700e9a
commit 474e17b0af
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -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,
-1
View File
@@ -20,7 +20,6 @@ except ImportError:
curious_george.patch_all(thread=False)
from . import api
from .hooks import dispatch_hook
__all__ = (