î
)Ú Xq  ã               @   sg   d  Z  d d l Z y d d l m Z Wn e k
 rF d d „  Z Yn Xe d k rc e e ƒ  ƒ n  d S)a  
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.
é    N)Úwherec               C   s   t  j j t  j j t ƒ d ƒ S)z(Return the preferred certificate bundle.z
cacert.pem)ÚosÚpathÚjoinÚdirnameÚ__file__© r   r   ú>/home/ubuntu/projects/ifolica/build/requests/requests/certs.pyr      s    r   Ú__main__)Ú__doc__Úos.pathr   Zcertifir   ÚImportErrorÚ__name__Úprintr   r   r   r	   Ú<module>   s   