<!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>
ó
šV~gc           @   sY   d  Z  d d l Z d d l Z d d l Z d d „ Z e d k rU e j e ƒ  ƒ n  d S(   sD   Basic pip uninstallation support, helper for the Windows uninstalleriÿÿÿÿNc         C   sŠ   t  j d d ƒ } | j d d d d d j t j ƒ  ƒ d d ƒ| j d	 d
 d d d d d d d d ƒ| j |  ƒ } t j d | j ƒ S(   Nt   progs   python -m ensurepip._uninstalls	   --versiont   actiont   versions   pip {}t   helps7   Show the version of pip this will attempt to uninstall.s   -vs	   --verboset   countt   defaulti    t   destt	   verbositysD   Give more output. Option is additive, and can be used up to 3 times.(	   t   argparset   ArgumentParsert   add_argumentt   formatt	   ensurepipR   t
   parse_argst   _uninstall_helperR   (   t   argvt   parsert   args(    (    s9   /opt/alt/python27/lib64/python2.7/ensurepip/_uninstall.pyt   _main   s    	t   __main__(   t   __doc__R   R   t   syst   NoneR   t   __name__t   exit(    (    (    s9   /opt/alt/python27/lib64/python2.7/ensurepip/_uninstall.pyt   <module>   s   