
    B                     $    d Z ddlZddZd Zd Zy)ze
certifi.py
~~~~~~~~~~

This module returns the installation location of cacert.pem or its contents.
    Nc                 z    t        t               d|      5 }|j                         cd d d        S # 1 sw Y   y xY w)Nrencoding)openwhereread)_module_pathr   datas       lib/third_party/certifi/core.py	read_textr      s'    	egsX	.$yy{ 
/	.	.s   1:c                      t         j                  j                  t              } t         j                  j	                  | d      S )N
cacert.pem)ospathdirname__file__join)fs    r   r   r      s)    
!A77<<<((    c                      t        ddd      S )Ncertifir   asciir   )r    r   r   contentsr      s    Yw??r   )r   )__doc__r   r   r   r   r   r   r   <module>r      s    
)@r   