ó
qJ¿[c           @   s6   d  Z  d d l Z d „  Z e d k r2 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ÿÿÿÿNc           C   s   d S(   s(   Return the preferred certificate bundle.s"   /etc/ssl/certs/ca-certificates.crt(    (    (    (    s2   /usr/lib/python2.7/dist-packages/requests/certs.pyt   where   s    t   __main__(   t   __doc__t   os.patht   osR    t   __name__(    (    (    s2   /usr/lib/python2.7/dist-packages/requests/certs.pyt   <module>   s   	