mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-08 16:53:23 +00:00
Don't try to inherit from the real response object
This commit is contained in:
@@ -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
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user