£Á°è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>
U
    Qab	                     @   s.   d dl Z G dd dZdZeeed  dS )    Nc                   @   s@   e Zd ZdZdddZedd Zddd	Zd
d Zdd Z	dS )VendorImporterz
    A PEP 302 meta path importer for finding optionally-vendored
    or otherwise naturally-installed packages from root_name.
     Nc                 C   s&   || _ t|| _|p|dd| _d S )NZexternZ_vendor)	root_namesetvendored_namesreplace
vendor_pkg)selfr   r   r   r   r   >/usr/lib/python3.8/site-packages/setuptools/extern/__init__.py__init__
   s    
zVendorImporter.__init__c                 c   s   | j d V  dV  dS )zL
        Search first the vendor package then as a natural package.
        . N)r   r	   r   r   r
   search_path   s    zVendorImporter.search_pathc                 C   s8   | | jd \}}}|rdS tt|j| js4dS | S )z
        Return self when fullname starts with root_name and the
        target module is one vendored through this importer.
        r   N)	partitionr   anymap
startswithr   )r	   fullnamepathrootbasetargetr   r   r
   find_module   s    zVendorImporter.find_modulec              	   C   s   | | jd \}}}| jD ]Z}z@|| }t| tj| }|tj|< tjdkrXtj|= |W   S  tk
rt   Y qX qtdjf t	 dS )zK
        Iterate over the search path to locate and load fullname.
        r   )   zThe '{target}' package is required; normally this is bundled with this package so if you get this warning, consult the packager of your distribution.N)
r   r   r   
__import__sysmodulesversion_infoImportErrorformatlocals)r	   r   r   r   r   prefixZextantmodr   r   r
   load_module#   s"    




zVendorImporter.load_modulec                 C   s   | t jkrt j|  dS )zR
        Install this importer into sys.meta_path if not already present.
        N)r   	meta_pathappendr   r   r   r
   install@   s    
zVendorImporter.install)r   N)N)
__name__
__module____qualname____doc__r   propertyr   r   r$   r'   r   r   r   r
   r      s   


r   )ZsixZ	packagingZ	pyparsingZordered_setzsetuptools._vendor)r   r   namesr(   r'   r   r   r   r
   <module>   s   D