o
    LK&h                     @   sP   d dl Z d dlZd dlZd dlmZ ddlmZmZ G dd deZdd Z	dS )	    N)Command   )_scriptswarningsc                   @   s   e Zd ZdZdS )easy_installz0Stubbed command for temporary pbr compatibility.N)__name__
__module____qualname____doc__ r   r   R/var/www/html/venv/lib/python3.10/site-packages/setuptools/command/easy_install.pyr   
   s    r   c              	   C   sB   t tjtjtjdtj	t
jd| }tjjddddd |S )N__PYVENV_LAUNCHER__)ScriptWritersys_executablez!easy_install module is deprecatedz>Avoid accessing attributes of setuptools.command.easy_install.)i  
      z.https://github.com/pypa/setuptools/issues/4976)summarydetailsdue_datesee_url)getattrtypesSimpleNamespacer   r   osenvirongetpathnormpathsys
executabler   SetuptoolsDeprecationWarningemit)nameattrr   r   r   __getattr__   s    	r$   )
r   r   r   
setuptoolsr    r   r   r   r$   r   r   r   r   <module>   s    