<!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>
ó
ïRec           @   s}   d  Z  d d l Z y5 e ‚ d d l m Z m Z d a d a	 d „  Z
 Wn& e k
 ro d d „ Z d „  Z
 n Xd „  Z d S(	   se   
certifi.py
~~~~~~~~~~

This module returns the installation location of cacert.pem or its contents.
iÿÿÿÿN(   t   patht	   read_textc           C   s4   t  d  k r0 t d d ƒ a t t j ƒ  ƒ a  n  t  S(   Ns   pip._vendor.certifis
   cacert.pem(   t   _CACERT_PATHt   Nonet   get_patht   _CACERT_CTXt   strt	   __enter__(    (    (    s‡   /builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/certifi/core.pyt   where   s    t   asciic         C   s/   t  t ƒ  d d | ƒ } | j ƒ  SWd  QXd  S(   Nt   rt   encoding(   t   openR   t   read(   t   _modulet   _pathR   t   data(    (    s‡   /builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/certifi/core.pyR   0   s    c           C   s   d S(   Ns    /etc/pki/tls/certs/ca-bundle.crt(    (    (    (    s‡   /builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/certifi/core.pyR   6   s    c           C   s   t  d d d d ƒS(   Nt   certifis
   cacert.pemR   R	   (   R   (    (    (    s‡   /builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/certifi/core.pyt   contents:   s    (   t   __doc__t   ost   ImportErrort   importlib.resourcesR    R   R   R   R   R   R   R   (    (    (    s‡   /builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/certifi/core.pyt   <module>   s   