U
L_D � @ sJ d Z ddlZddlZG dd� de�Zdd� Zdd� Zed krFee� � dS )
zU
certifi.py
~~~~~~~~~~
This module returns the installation location of cacert.pem.
� Nc @ s e Zd ZdZdS )�DeprecatedBundleWarningz�
The weak security bundle is being deprecated. Please bother your service
provider to get them to stop using cross-signed roots.
N)�__name__�
__module__�__qualname__�__doc__� r r �/core.pyr
s r c C s t j�t�} dS )Nz1/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem)�os�path�dirname�__file__)�fr r r �where s r c C s t �dt� t� S )Nz�The weak security bundle has been removed. certifi.old_where() is now an alias of certifi.where(). Please update your code to use certifi.where() instead. certifi.old_where() will be removed in 2018.)�warnings�warnr r r r r r � old_where s
�r �__main__) r r r �DeprecationWarningr r r r �printr r r r �<module> s