| Server IP : 121.121.20.254 / Your IP : 216.73.216.202 Web Server : Microsoft-IIS/10.0 System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64 User : IUSR ( 0) PHP Version : 8.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Python27/Lib/site-packages/setuptools/extern/ |
Upload File : |
�
Ps$gc @ s? d d l Z d d d � � YZ d Z e e e d � j � d S(
i����Nt VendorImporterc B sJ e Z d Z d d d � Z e d � � Z d d � Z d � Z d � Z RS( s�
A PEP 302 meta path importer for finding optionally-vendored
or otherwise naturally-installed packages from root_name.
c C s7 | | _ t | � | _ | p- | j d d � | _ d S( Nt externt _vendor( t root_namet sett vendored_namest replacet
vendor_pkg( t selfR R R ( ( s` c:\users\admini~1\appdata\local\temp\pip-install-lymszv\setuptools\setuptools\extern\__init__.pyt __init__
s c c s | j d Vd Vd S( sL
Search first the vendor package then as a natural package.
t .t N( R ( R ( ( s` c:\users\admini~1\appdata\local\temp\pip-install-lymszv\setuptools\setuptools\extern\__init__.pyt search_path s c C sL | j | j d � \ } } } | r) d St t | j | j � � sH d S| S( s�
Return self when fullname starts with root_name and the
target module is one vendored through this importer.
R
N( t partitionR t anyt mapt
startswithR ( R t fullnamet patht roott baset target( ( s` c:\users\admini~1\appdata\local\temp\pip-install-lymszv\setuptools\setuptools\extern\__init__.pyt find_module s c C s� | j | j d � \ } } } x� | j D]l } yR | | } t | � t j | } | t j | <t j d k r| t j | =n | SWq) t k
r� q) Xq) Wt d j t � � � � d S( sK
Iterate over the search path to locate and load fullname.
R
i s� The '{target}' package is required; normally this is bundled with this package so if you get this warning, consult the packager of your distribution.N( i (
R
R R t
__import__t syst modulest version_infot ImportErrort formatt locals( R R R R R t prefixt extantt mod( ( s` c:\users\admini~1\appdata\local\temp\pip-install-lymszv\setuptools\setuptools\extern\__init__.pyt load_module# s
c C s&