ó
¨9Vc           @@  s"  d  Z  d d l m Z d e f d „  ƒ  YZ d e f d „  ƒ  YZ d e f d „  ƒ  YZ d	 e f d
 „  ƒ  YZ d e f d „  ƒ  YZ d e f d „  ƒ  YZ	 d e f d „  ƒ  YZ
 d e f d „  ƒ  YZ 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 packagei    (   t   absolute_importt   PipErrorc           B@  s   e  Z d  Z RS(   s   Base pip exception(   t   __name__t
   __module__t   __doc__(    (    (    s+   /tmp/pip-build-5Z5nTX/pip/pip/exceptions.pyR      s   t   InstallationErrorc           B@  s   e  Z d  Z RS(   s%   General exception during installation(   R   R   R   (    (    (    s+   /tmp/pip-build-5Z5nTX/pip/pip/exceptions.pyR   	   s   t   UninstallationErrorc           B@  s   e  Z d  Z RS(   s'   General exception during uninstallation(   R   R   R   (    (    (    s+   /tmp/pip-build-5Z5nTX/pip/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   (    (    (    s+   /tmp/pip-build-5Z5nTX/pip/pip/exceptions.pyR      s   t   RequirementsFileParseErrorc           B@  s   e  Z d  Z RS(   sD   Raised when a general error occurs parsing a requirements file line.(   R   R   R   (    (    (    s+   /tmp/pip-build-5Z5nTX/pip/pip/exceptions.pyR      s   t   BestVersionAlreadyInstalledc           B@  s   e  Z d  Z RS(   sN   Raised when the most up-to-date version of a package is already
    installed.(   R   R   R   (    (    (    s+   /tmp/pip-build-5Z5nTX/pip/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   (    (    (    s+   /tmp/pip-build-5Z5nTX/pip/pip/exceptions.pyR
      s   t   CommandErrorc           B@  s   e  Z d  Z RS(   s7   Raised when there is an error in command-line arguments(   R   R   R   (    (    (    s+   /tmp/pip-build-5Z5nTX/pip/pip/exceptions.pyR   "   s   t   PreviousBuildDirErrorc           B@  s   e  Z d  Z RS(   s:   Raised when there's a previous conflicting build directory(   R   R   R   (    (    (    s+   /tmp/pip-build-5Z5nTX/pip/pip/exceptions.pyR   &   s   t   HashMismatchc           B@  s   e  Z d  Z RS(   s*   Distribution file hash values don't match.(   R   R   R   (    (    (    s+   /tmp/pip-build-5Z5nTX/pip/pip/exceptions.pyR   *   s   t   InvalidWheelFilenamec           B@  s   e  Z d  Z RS(   s   Invalid wheel filename.(   R   R   R   (    (    (    s+   /tmp/pip-build-5Z5nTX/pip/pip/exceptions.pyR   .   s   t   UnsupportedWheelc           B@  s   e  Z d  Z RS(   s   Unsupported wheel.(   R   R   R   (    (    (    s+   /tmp/pip-build-5Z5nTX/pip/pip/exceptions.pyR   2   s   N(   R   t
   __future__R    t	   ExceptionR   R   R   R   R   R	   R
   R   R   R   R   R   (    (    (    s+   /tmp/pip-build-5Z5nTX/pip/pip/exceptions.pyt   <module>   s   