From 975720a30c0437a2b9076ca699408cf5b0348dfa Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 14 Aug 2011 15:50:18 -0400 Subject: [PATCH] I'll have to manually add that to sphinx --- requests/models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/requests/models.py b/requests/models.py index ea4d685..08f3e32 100644 --- a/requests/models.py +++ b/requests/models.py @@ -341,7 +341,6 @@ class Response(object): #: Raw content of the response, in bytes. #: If ``content-encoding`` of response was set to ``gzip``, the #: response data will be automatically deflated. - self.content = None self._content = None #: Integer Code of responded HTTP Status. self.status_code = None -- 2.7.4