
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
3
Pf&                 @   sJ   d Z ddlZddlZG dd deZdd Zdd Zed	krFee  dS )
zU
certifi.py
~~~~~~~~~~

This module returns the installation location of cacert.pem.
    Nc               @   s   e Zd ZdZdS )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   /usr/lib/python3.6/core.pyr      s   r   c               C   s   dS )Nz /etc/pki/tls/certs/ca-bundle.crtr   r   r   r   r   where   s    r	   c               C   s   t jdt t S )NzThe 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   osr
   DeprecationWarningr   r	   r   r   printr   r   r   r   <module>	   s   	