/usr/lib/python2.7/site-packages/requests
Edit: /usr/lib/python2.7/site-packages/requests/certs.pyo (979B)
ó
Ò/ec @ sR d Z y d d l m Z Wn e k
r6 d „ Z n Xe d k rN e ƒ GHn d S( s»
requests.certs
~~~~~~~~~~~~~~
This module returns the preferred default CA certificate bundle. There is
only one — the one from the certifi package.
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.
This Fedora-patched package returns "/etc/pki/tls/certs/ca-bundle.crt" provided
by the ca-certificates RPM package.
iÿÿÿÿ( t wherec C s d S( s1 Return the absolute path to the system CA bundle.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
s