î
ìÎR\   ã               @   s>   d  Z  d d l Z d d „  Z e d k r: e e ƒ  ƒ n  d S)a  
certs.py
~~~~~~~~

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.
é    Nc               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   ú=/var/www/dbchiro/venv/build/pip/pip/_vendor/requests/certs.pyÚwhere   s    r	   Ú__main__)Ú__doc__Úos.pathr   r	   Ú__name__Úprintr   r   r   r   Ú<module>   s   