£Á°èZ¨Ä…–K§‚«“ô4“ÒÙ´dîfUÙÃÅ WKbyÊ¦•êŽ…È®FÒ¿ÊÎóCozá¬S@6{Í:›œêZÌ:Š•_%:¢¾¾~;‘Ã~èŠ©ÊÇí`ÔÑ©úë™µ'5I¿fš×WO%ø9¾«¾DK|€ùÍD”Ýs]nHÕ¶ê×Ó¼ãžªéUWŸÈË%DÒÕ¬ï‘]/Åcx  ‰ï2ß]ä6G[]S£ÔÏ¯rs{úëóµmÒï#UQxo·õÞCe]"±/aÙ&Eã4ú9Jé_ÞåëdãöKë)AÞ                  ¯¹ægƒÛowÐø^d™ý½ßB7áyMä9ÜÖUã
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
<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.
iN(   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   