Server IP : 23.254.227.96 / Your IP : 216.73.216.7 Web Server : Apache/2.4.62 (Unix) OpenSSL/1.1.1k System : Linux hwsrv-1277026.hostwindsdns.com 4.18.0-477.13.1.el8_8.x86_64 #1 SMP Tue May 30 14:53:41 EDT 2023 x86_64 User : viralblo ( 1001) PHP Version : 8.1.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/lib/python3.6/site-packages/requests/__pycache__/ |
Upload File : |
3 ́�`� � @ sH d Z yddlmZ W n ek r0 dd� ZY nX edkrDee� � dS )u� 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. � )�wherec C s dS )z1Return the absolute path to the system CA bundle.z /etc/pki/tls/certs/ca-bundle.crt� r r r �/usr/lib/python3.6/certs.pyr s r �__main__N)�__doc__Zcertifir �ImportError�__name__�printr r r r �<module> s