<!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>
U
    ʗRe                  
   @   s   d Z ddlZddlZddlmZ G dd deZzLeej	dZ
e
rTdd Ze dd	lmZmZ dadaed
ddZW nf ek
r   Y nT ek
r   eejef Zeedf ZdeeeeedddZed
ddZY nX ed
ddZdS )ze
certifi.py
~~~~~~~~~~

This module returns the installation location of cacert.pem or its contents.
    N)Unionc                   @   s   e Zd ZdS )_PipPatchedCertificateN)__name__
__module____qualname__ r   r   /builddir/build/BUILDROOT/alt-python38-pip-22.2.1-2.el8.x86_64/opt/alt/python38/lib/python3.8/site-packages/pip/_vendor/certifi/core.pyr      s   r   _PIP_STANDALONE_CERTc                   C   s   t S )N)r	   r   r   r   r   where   s    r
   )path	read_text)returnc                   C   s"   t d krtddatt a t S )Nzpip._vendor.certifi
cacert.pem)_CACERT_PATHget_path_CACERT_CTXstr	__enter__r   r   r   r   r
       s    
zos.PathLikeutf-8strict)packageresourceencodingerrorsr   c              
   C   s.   t t |d}| W  5 Q R  S Q R X d S )Nr   )openr
   read)r   r   r   r   datar   r   r   r   C   s    r   c                   C   s   dS )Nz /etc/pki/tls/certs/ca-bundle.crtr   r   r   r   r   r
   N   s    c                   C   s   t ddddS )Ncertifir   asciir   )r   r   r   r   r   contentsR   s    r    )r   r   )__doc__ostypestypingr   	Exceptionr   ImportErrorenvirongetr	   r
   importlib.resourcesr   r   r   r   r   r   
ModuleTypePackageResourcer    r   r   r   r   <module>   s<   	  