Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Reitz committed Mar 4, 2013
2 parents c0d4b23 + 99eead0 commit d25ba77
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions requests/sessions.py
Expand Up @@ -176,6 +176,10 @@ class Session(SessionRedirectMixin):
200
"""

__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
Expand Down

0 comments on commit d25ba77

Please sign in to comment.