diff --git a/vcr/stubs/__init__.py b/vcr/stubs/__init__.py index 42d93df..4345e77 100644 --- a/vcr/stubs/__init__.py +++ b/vcr/stubs/__init__.py @@ -32,7 +32,7 @@ def parse_headers(header_list): headers = b"".join(header_list) + b"\r\n" return compat.get_httpmessage(headers) -class VCRHTTPResponse(HTTPResponse): +class VCRHTTPResponse(object): """ Stub reponse class that gets returned instead of a HTTPResponse """