
(°h  ã               @   s3   d  Z  d d l m Z Gd 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   ú7/tmp/pip-build-kmztzv_d/setuptools/setuptools/errors.pyr   	   s   r   N)r   Zdistutils.errorsr   ÚRuntimeErrorr   r   r   r   r	   Ú<module>   s   