File: //lib/python3.6/site-packages/requests/__pycache__/certs.cpython-36.pyc
3
`��]� � @ sH d Z yddlmZ W n ek
r0 dd� ZY nX edkrDee� � dS )ae
requests.certs
~~~~~~~~~~~~~~
This module returns the preferred default CA certificate bundle.
If you are packaging Requests, e.g., for a Linux distribution or a managed
environment, you can change the definition of where() to return a separately
packaged CA bundle.
We return "/etc/pki/tls/certs/ca-bundle.crt" provided by the ca-certificates
package.
� )�wherec C s dS )zA Don't use the certs bundled with requests, use ca-certificates. z /etc/pki/tls/certs/ca-bundle.crt� r r r �/usr/lib/python3.6/certs.pyr s r �__main__N)�__doc__Zcertifir �ImportError�__name__�printr r r r �<module> s