1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

use six.moves instead of _compat

This commit is contained in:
Kevin McCarthy
2014-03-08 23:01:49 -10:00
parent 985e573303
commit 6d0a8d8ed9
10 changed files with 10 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
'''Utilities for patching in cassettes'''
from .stubs import VCRHTTPConnection, VCRHTTPSConnection
from vcr._compat import httplib
from six.moves import http_client as httplib
# Save some of the original types for the purposes of unpatching