__attrs__

This commit is contained in:
Kenneth Reitz
2012-12-17 05:48:18 -05:00
parent 4bad1285b6
commit 42b0295521
-4
View File
@@ -134,10 +134,6 @@ class SessionRedirectMixin(object):
class Session(SessionRedirectMixin):
"""A Requests session."""
__attrs__ = [
'headers', 'cookies', 'auth', 'timeout', 'proxies', 'hooks',
'params', 'verify', 'cert', 'prefetch']
def __init__(self):
#: A case-insensitive dictionary of headers to be sent on each