fix httplib2 su matrix

This commit is contained in:
marco
2020-02-06 21:27:48 +01:00
parent 7f378f4a1c
commit a680775c79
2 changed files with 6 additions and 3 deletions

View File

@@ -168,7 +168,7 @@ SAFE_METHODS = ("GET", "HEAD", "OPTIONS", "TRACE")
REDIRECT_CODES = frozenset((300, 301, 302, 303, 307, 308))
import certs
from . import certs
CA_CERTS = certs.where()
# PROTOCOL_TLS is python 3.5.3+. PROTOCOL_SSLv23 is deprecated.