/usr/lib/python2.6/site-packages/requests
Edit: /usr/lib/python2.6/site-packages/requests/certs.pyo (901B)
Ñò
6UsXc @ sV d Z y d d k l Z Wn e j
o d „ Z n Xe d j o 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.6/site-packages/requests/certs.pyR s t __main__N( t __doc__t certifiR t ImportErrort __name__( ( ( s2 /usr/lib/python2.6/site-packages/requests/certs.pyt
s