File: //lib/python2.7/dist-packages/setuptools/errors.pyc
�
.
^c @ s3 d Z d d l m Z d e e f d � � YZ d S( sC setuptools.errors
Provides exceptions used by setuptools modules.
i����( t DistutilsErrort RemovedCommandErrorc B s e Z d Z RS( sO 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``.
( t __name__t
__module__t __doc__( ( ( s5 /usr/lib/python2.7/dist-packages/setuptools/errors.pyR s N( R t distutils.errorsR t RuntimeErrorR ( ( ( s5 /usr/lib/python2.7/dist-packages/setuptools/errors.pyt <module> s