a
    eÖ0h  ã                   @   s&   d Z ddlmZ G dd„ deeƒZdS )zCsetuptools.errors

Provides exceptions used by setuptools modules.
é    )ÚDistutilsErrorc                   @   s   e Zd ZdZdS )ÚRemovedCommandErroraO  Error used for commands that have been removed in setuptools.

    Since ``setuptools`` is built on ``distutils``, simply removing a command
    from ``setuptools`` will make the behavior fall back to ``distutils``; this
    error is raised if a command exists in ``distutils`` but has been actively
    removed in ``setuptools``.
    N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__© r   r   ú?/var/www/auris/lib/python3.9/site-packages/setuptools/errors.pyr   	   s   r   N)r   Údistutils.errorsr   ÚRuntimeErrorr   r   r   r   r	   Ú<module>   s   