<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
U
    ʗRe=                     @   s   d Z ddlZddlZddlZddlmZmZ ddlmZ ddl	m
Z
mZmZ eeeZG dd dZejde  edkstd	ejd
ddd dS )zExecute exactly this copy of pip, within a different environment.

This file is named as it is, to ensure that this module can't be imported via
an import statement.
    N)
ModuleSpec
PathFinder)dirname)OptionalSequenceUnionc                   @   s@   e Zd Zedeeeeeef   ee	j
 ee dddZdS )PipImportRedirectingFinderN)fullnamepathtargetreturnc                 C   s0   |dkrd S t |tg|}|s,tt|f|S )Npip)r   	find_specPIP_SOURCES_ROOTAssertionError)selfr	   r
   r   spec r   /builddir/build/BUILDROOT/alt-python38-pip-22.2.1-2.el8.x86_64/opt/alt/python38/lib/python3.8/site-packages/pip/__pip-runner__.pyr      s
    z$PipImportRedirectingFinder.find_spec)NN)__name__
__module____qualname__classmethodstrr   r   r   bytestypes
ModuleTyper   r   r   r   r   r   r      s     r   __main__z1Cannot run __pip-runner__.py as a non-main moduler   T)run_name	alter_sys)__doc__Zrunpysysr   importlib.machineryr   r   os.pathr   typingr   r   r   __file__r   r   	meta_pathinsertr   r   
run_moduler   r   r   r   <module>   s   