projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5172d24
)
remote async __all__
author
Kenneth Reitz
<me@kennethreitz.com>
Sun, 15 May 2011 01:50:41 +0000
(21:50 -0400)
committer
Kenneth Reitz
<me@kennethreitz.com>
Sun, 15 May 2011 01:50:41 +0000
(21:50 -0400)
requests/async.py
patch
|
blob
|
history
diff --git
a/requests/async.py
b/requests/async.py
index c4a1fd432d9fd242fc301bd6396cee70981d63ea..ab04084f474100255227f81f1d2e7a13282fc1bd 100644
(file)
--- 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'
-]