Merge pull request #871 from yegle/develop

Python 3.3 compatible update
This commit is contained in:
Kenneth Reitz
2012-10-01 10:26:58 -07:00
+4
View File
@@ -67,6 +67,10 @@ class MockRequest(object):
def get_new_headers(self):
return self._new_headers
@property
def unverifiable(self):
return self.is_unverifiable()
class MockResponse(object):
"""Wraps a `httplib.HTTPMessage` to mimic a `urllib.addinfourl`.