£Á°èZ¨Ä…–K§‚«“ô4“ÒÙ´dîfUÙÃÅ WKbyÊ¦•êŽ…È®FÒ¿ÊÎóCozá¬S@6{Í:›œêZÌ:Š•_%:¢¾¾~;‘Ã~èŠ©ÊÇí`ÔÑ©úë™µ'5I¿fš×WO%ø9¾«¾DK|€ùÍD”Ýs]nHÕ¶ê×Ó¼ãžªéUWŸÈË%DÒÕ¬ï‘]/Åcx  ‰ï2ß]ä6G[]S£ÔÏ¯rs{úëóµmÒï#UQxo·õÞCe]"±/aÙ&Eã4ú9Jé_ÞåëdãöKë)AÞ                  ¯¹ægƒÛowÐø^d™ý½ßB7áyMä9ÜÖUã
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
<html>

Re>                 @   s   d  Z  Gd d   d e  Z Gd d   d e  Z Gd d   d e  Z Gd d   d e  Z Gd	 d
   d
 e  Z Gd d   d e  Z Gd d   d e  Z Gd d   d e  Z	 Gd d   d e  Z
 Gd d   d e  Z Gd d   d e  Z d S)z"Exceptions used throughout packagec               @   s   e  Z d  Z d Z d S)PipErrorzBase pip exceptionN)__name__
__module____qualname____doc__ r   r   )/tmp/pip-ztkk0jow-build/pip/exceptions.pyr      s   r   c               @   s   e  Z d  Z d Z d S)InstallationErrorz%General exception during installationN)r   r   r   r   r   r   r   r   r      s   r   c               @   s   e  Z d  Z d Z d S)UninstallationErrorz'General exception during uninstallationN)r   r   r   r   r   r   r   r   r	      s   r	   c               @   s   e  Z d  Z d Z d S)DistributionNotFoundzCRaised when a distribution cannot be found to satisfy a requirementN)r   r   r   r   r   r   r   r   r
      s   r
   c               @   s   e  Z d  Z d Z d S)BestVersionAlreadyInstalledzPRaised when the most up-to-date version of a package is already
    installed.  N)r   r   r   r   r   r   r   r   r      s   r   c               @   s   e  Z d  Z d Z d S)
BadCommandz0Raised when virtualenv or a command is not foundN)r   r   r   r   r   r   r   r   r      s   r   c               @   s   e  Z d  Z d Z d S)CommandErrorz7Raised when there is an error in command-line argumentsN)r   r   r   r   r   r   r   r   r      s   r   c               @   s   e  Z d  Z d Z d S)PreviousBuildDirErrorz:Raised when there's a previous conflicting build directoryN)r   r   r   r   r   r   r   r   r   !   s   r   c               @   s   e  Z d  Z d Z d S)HashMismatchz*Distribution file hash values don't match.N)r   r   r   r   r   r   r   r   r   %   s   r   c               @   s   e  Z d  Z d Z d S)InvalidWheelFilenamezInvalid wheel filename.N)r   r   r   r   r   r   r   r   r   )   s   r   c               @   s   e  Z d  Z d Z d S)UnsupportedWheelzUnsupported wheel.N)r   r   r   r   r   r   r   r   r   -   s   r   N)r   	Exceptionr   r   r	   r
   r   r   r   r   r   r   r   r   r   r   r   <module>   s   