Skip to content

Commit

Permalink
yay
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Reitz committed Aug 21, 2011
1 parent 13db806 commit 1f3e53b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions requests/models.py
Expand Up @@ -394,15 +394,14 @@ class Response(object):

def __init__(self):
#: Content of the response, in bytes or unicode (if available).
#: If ``content-encoding`` of response was set to ``gzip``, the
#: response data will be automatically deflated.
self.content = None

# Hack for Sphinx.
del self.content

#: Integer Code of responded HTTP Status.
self.status_code = None

#: Case-insensitive Dictionary of Response Headers.
#: For example, ``headers['content-encoding']`` will return the
#: value of a ``'Content-Encoding'`` response header.
Expand Down

0 comments on commit 1f3e53b

Please sign in to comment.