commit | 6366968810f79d45546704f890d0062f256af1dc | [log] [tgz] |
---|---|---|
author | Alain Vongsouvanh <alainv@google.com> | Fri Nov 11 09:22:53 2011 -0800 |
committer | Alain Vongsouvanh <alainv@google.com> | Fri Nov 11 09:22:53 2011 -0800 |
tree | 32a94f88ad96cea0e824307dec7f71d586f29794 | |
parent | 42d52b995a41e978fd57437aaac30be962341506 [diff] |
Actually fix the issue in AppEngineHttpConnection.getresponse.
diff --git a/python2/httplib2/__init__.py b/python2/httplib2/__init__.py index fbd2d76..6613496 100644 --- a/python2/httplib2/__init__.py +++ b/python2/httplib2/__init__.py
@@ -993,7 +993,6 @@ raise httplib.HTTPException() def getresponse(self): - return self.response if self.response: return self.response else: