ó
û_¾Tc           @   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 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__(    (    (    sf   /var/www/send.findwatt.com/datamanager/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/exceptions.pyR       s   t   UninstallationErrorc           B   s   e  Z d  Z RS(   s'   General exception during uninstallation(   R   R   R   (    (    (    sf   /var/www/send.findwatt.com/datamanager/lib/python2.7/site-packages/pip-1.1-py2.7.egg/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   (    (    (    sf   /var/www/send.findwatt.com/datamanager/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/exceptions.pyR      s   t   BestVersionAlreadyInstalledc           B   s   e  Z d  Z RS(   sS   Raised when the most up-to-date version of a package is already
    installed.
    (   R   R   R   (    (    (    sf   /var/www/send.findwatt.com/datamanager/lib/python2.7/site-packages/pip-1.1-py2.7.egg/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   (    (    (    sf   /var/www/send.findwatt.com/datamanager/lib/python2.7/site-packages/pip-1.1-py2.7.egg/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   (    (    (    sf   /var/www/send.findwatt.com/datamanager/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/exceptions.pyR      s   N(   R   t	   ExceptionR    R   R   R   R   R   (    (    (    sf   /var/www/send.findwatt.com/datamanager/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/exceptions.pyt   <module>   s   