/
opt
/
alt
/
python27
/
lib
/
python2.7
/
site-packages
/
setuptools
/
up file
home
� s vhc @ 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__( ( ( sB /opt/alt/python27/lib/python2.7/site-packages/setuptools/errors.pyR s N( R t distutils.errorsR t RuntimeErrorR ( ( ( sB /opt/alt/python27/lib/python2.7/site-packages/setuptools/errors.pyt <module> s