1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00
This commit is contained in:
Kevin McCarthy
2014-04-26 21:30:43 -10:00
parent ab27c71a81
commit 58ac00a7f6

View File

@@ -36,7 +36,8 @@ except ImportError: # pragma: no cover
try:
# Try to save the original types for boto
import boto.https_connection
_CertValidatingHTTPSConnection = boto.https_connection.CertValidatingHTTPSConnection
_CertValidatingHTTPSConnection = \
boto.https_connection.CertValidatingHTTPSConnection
except ImportError: # pragma: no cover
pass