remote async __all__

This commit is contained in:
Kenneth Reitz
2011-05-14 21:50:41 -04:00
parent 5172d24e66
commit e8ff405fce
-7
View 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'
]