File: //usr/local/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-310.pyc
o
��i? � @ sF d Z ddlZdejvrddlmZ ndd� Zedkr!ee� � dS dS )uF
requests.certs
~~~~~~~~~~~~~~
This module returns the preferred default CA certificate bundle. There is
only one — the one from the certifi package.
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.
� N�_PIP_STANDALONE_CERT)�wherec C s
t jd S )Nr )�os�environ� r r �E/usr/local/lib/python3.10/site-packages/pip/_vendor/requests/certs.pyr s
r �__main__)�__doc__r r �pip._vendor.certifir �__name__�printr r r r �<module> s
�