Hacked By AnonymousFox
�
�Q�f7 � � � d Z daddlZddlZddlZddlZddlZej dk( Zer ddl Z
ddlZnddlZ
erddgZ
ndgZ
ed� e
D � � sJ �e
d Z ee
� Zdj% e
� Z
e
D � ch c] } d| � ��� c} Zd Zd
Zeez Zd� Z e� Zd� Zd
� Zd� Zerd� Znd� Zd� Zd� Zd� Zd� Z d� Z!erd� Z"nd� Z"d� Z#dNd�Z$ e%e$jL � Z'djQ dd� dz Z)e*jW e)d� Z,dZ-dZ.d gZ/ere/ja d!� ejb � Z2d"gZ3e3xZ4Z5dOdd#�d$�Z6d%� Z7d&� Z8d'� Z9d(� Z:d)� Z;d*� Z<d+� Z=d,� Z>dPd-�Z?dQd.�Z@dRd/�ZAd0� ZB eC� ZDdOdeDd1�d2�ZEd3� ZF G d4� d5� ZG G d6� d7� ZH G d8� d9eH� ZI G d:� d;� ZJ G d<� d=eJeI� ZK G d>� d?eJeH� ZL G d@� dAeJeH� ZM G dB� dC� ZN G dD� dE� ZOeOZP G dF� dG� ZQ G dH� dI� ZRdOdJ�ZSdK� ZTdL� ZUdM� ZVyc c} w )Sa^ Core implementation of path-based import.
This module is NOT meant to be directly imported! It has been designed such
that it can be bootstrapped into Python as the implementation of import. As
such it requires the injection of specific modules and attributes in order to
work. One should use importlib as the public-facing version of this module.
N� �win32�\�/c # �8 K � | ] }t |� d k( �� � y�w)� N)�len)�.0�seps �D/opt/alt/python312/lib64/python3.12/importlib/_bootstrap_external.py� <genexpr>r . s � �� �
4�O�S�3�s�8�q�=�O�s �� �:)�win)�cygwin�darwinc � �� t j j t � r/t j j t � rd�nd��fd�} | S d� } | S )N�PYTHONCASEOKs PYTHONCASEOKc �b �� t j j xr � t j v S )z^True if filenames must be checked case-insensitively and ignore environment flags are not set.)�sys�flags�ignore_environment�_os�environ��keys �r �_relax_casez%_make_relax_case.<locals>._relax_caseC s$ �� ��y�y�3�3�3�J��s�{�{�8J�J� c � � y)z5True if filenames must be checked case-insensitively.F� r r r r z%_make_relax_case.<locals>._relax_caseG s � �r )r �platform�
startswith�_CASE_INSENSITIVE_PLATFORMS�#_CASE_INSENSITIVE_PLATFORMS_STR_KEY)r r s @r �_make_relax_caser$ <