ó
^†êWc           @   s^   d  Z  d d l Z y d d l m Z Wn e k
 rB d „  Z n Xe d k rZ e ƒ  GHn  d S(   s  
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.
iÿÿÿÿN(   t   wherec           C   s   t  j j t  j j t ƒ d ƒ S(   s(   Return the preferred certificate bundle.s
   cacert.pem(   t   ost   patht   joint   dirnamet   __file__(    (    (    sk   /private/var/folders/3n/6h2rwf155rn1m71wwyxn79n80000gn/T/pip-build-IcAT_k/pip/pip/_vendor/requests/certs.pyR       s    t   __main__(   t   __doc__t   os.pathR   t   certifiR    t   ImportErrort   __name__(    (    (    sk   /private/var/folders/3n/6h2rwf155rn1m71wwyxn79n80000gn/T/pip-build-IcAT_k/pip/pip/_vendor/requests/certs.pyt   <module>   s   