<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
3
Re	                 @   sh   d Z ddlZy(eddlmZmZ dadadd Z	W n& ek
rZ   dddZd	d Z	Y nX d
d Z
dS )ze
certifi.py
~~~~~~~~~~

This module returns the installation location of cacert.pem or its contents.
    N)path	read_textc               C   s"   t d krtddattj a t S )Nzpip._vendor.certifiz
cacert.pem)_CACERT_PATHget_path_CACERT_CTXstr	__enter__ r	   r	   /builddir/build/BUILDROOT/alt-python36-pip-20.2.4-5.el8.x86_64/opt/alt/python36/lib/python3.6/site-packages/pip/_vendor/certifi/core.pywhere   s    
r   asciic          	   C   s$   t t d|d
}|j S Q R X d S )Nr)encoding)openr   read)_module_pathr   datar	   r	   r
   r   0   s    r   c               C   s   dS )Nz /etc/pki/tls/certs/ca-bundle.crtr	   r	   r	   r	   r
   r   6   s    c               C   s   t ddddS )Ncertifiz
cacert.pemr   )r   )r   r	   r	   r	   r
   contents:   s    r   )r   )__doc__osImportErrorZimportlib.resourcesr   r   r   r   r   r   r   r	   r	   r	   r
   <module>   s   
