ó
'šMc           @   sb   d  Z  d e f d „  ƒ  YZ d e f d „  ƒ  YZ d e f d „  ƒ  YZ d e f d „  ƒ  YZ d	 S(
   s"   Exceptions used throughout packaget   InstallationErrorc           B   s   e  Z d  Z RS(   s%   General exception during installation(   t   __name__t
   __module__t   __doc__(    (    (    s2   /usr/lib/python2.7/dist-packages/pip/exceptions.pyR       s   t   UninstallationErrorc           B   s   e  Z d  Z RS(   s'   General exception during uninstallation(   R   R   R   (    (    (    s2   /usr/lib/python2.7/dist-packages/pip/exceptions.pyR      s   t   DistributionNotFoundc           B   s   e  Z d  Z RS(   sC   Raised when a distribution cannot be found to satisfy a requirement(   R   R   R   (    (    (    s2   /usr/lib/python2.7/dist-packages/pip/exceptions.pyR      s   t
   BadCommandc           B   s   e  Z d  Z RS(   s0   Raised when virtualenv or a command is not found(   R   R   R   (    (    (    s2   /usr/lib/python2.7/dist-packages/pip/exceptions.pyR      s   N(   R   t	   ExceptionR    R   R   R   (    (    (    s2   /usr/lib/python2.7/dist-packages/pip/exceptions.pyt   <module>   s   