remote async __all__
authorKenneth Reitz <me@kennethreitz.com>
Sun, 15 May 2011 01:50:41 +0000 (21:50 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Sun, 15 May 2011 01:50:41 +0000 (21:50 -0400)
requests/async.py

index c4a1fd432d9fd242fc301bd6396cee70981d63ea..ab04084f474100255227f81f1d2e7a13282fc1bd 100644 (file)
@@ -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'
-]