ó
YÐ…_c           @   sR   d  Z  y d d l m Z Wn e k
 r6 d „  Z n Xe d k rN e ƒ  GHn  d S(   sY  
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.

We return "/etc/pki/tls/certs/ca-bundle.crt" provided by the ca-certificates
package.
iÿÿÿÿ(   t   wherec           C   s   d S(   sA    Don't use the certs bundled with requests, use ca-certificates. s    /etc/pki/tls/certs/ca-bundle.crt(    (    (    (    s2   /usr/lib/python2.7/site-packages/requests/certs.pyR       s    t   __main__N(   t   __doc__t   certifiR    t   ImportErrort   __name__(    (    (    s2   /usr/lib/python2.7/site-packages/requests/certs.pyt   <module>   s   