1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-10 01:25:34 +00:00
Files
vcrpy/vcr/urllib3_stubs.py
2012-10-11 15:47:01 -10:00

8 lines
220 B
Python

from urllib3.connectionpool import VerifiedHTTPSConnection
from .stubs import VCRHTTPSConnection
class VCRVerifiedHTTPSConnection(VCRHTTPSConnection, VerifiedHTTPSConnection):
_baseclass = VerifiedHTTPSConnection