Repository URL to install this package:
| 
      
        
        
        Version: 
        
         
          
          3.4.52  ▾
        
         | 
ó
èRc           @   sÐ   d  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 S(   s"   Exceptions used throughout packaget   PipErrorc           B   s   e  Z d  Z RS(   s   Base pip exception(   t   __name__t
   __module__t   __doc__(    (    (    sC   /home/tvault/.virtenv/lib/python2.7/site-packages/pip/exceptions.pyR       s   t   InstallationErrorc           B   s   e  Z d  Z RS(   s%   General exception during installation(   R   R   R   (    (    (    sC   /home/tvault/.virtenv/lib/python2.7/site-packages/pip/exceptions.pyR      s   t   UninstallationErrorc           B   s   e  Z d  Z RS(   s'   General exception during uninstallation(   R   R   R   (    (    (    sC   /home/tvault/.virtenv/lib/python2.7/site-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   (    (    (    sC   /home/tvault/.virtenv/lib/python2.7/site-packages/pip/exceptions.pyR      s   t   BestVersionAlreadyInstalledc           B   s   e  Z d  Z RS(   sP   Raised when the most up-to-date version of a package is already
    installed.  (   R   R   R   (    (    (    sC   /home/tvault/.virtenv/lib/python2.7/site-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   (    (    (    sC   /home/tvault/.virtenv/lib/python2.7/site-packages/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   (    (    (    sC   /home/tvault/.virtenv/lib/python2.7/site-packages/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   (    (    (    sC   /home/tvault/.virtenv/lib/python2.7/site-packages/pip/exceptions.pyR
   !   s   t   HashMismatchc           B   s   e  Z d  Z RS(   s*   Distribution file hash values don't match.(   R   R   R   (    (    (    sC   /home/tvault/.virtenv/lib/python2.7/site-packages/pip/exceptions.pyR   %   s   N(   R   t	   ExceptionR    R   R   R   R   R   R	   R
   R   (    (    (    sC   /home/tvault/.virtenv/lib/python2.7/site-packages/pip/exceptions.pyt   <module>   s