£Á°è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>

abc           @@  sP   d  d l  m Z d  d l m Z m Z d  d l m Z d e f d     YZ d S(   i    (   t   absolute_import(   t   Commandt   SUCCESS(   t   CommandErrort   HelpCommandc           B@  s)   e  Z d  Z d Z d Z d Z d   Z RS(   s   Show help for commandst   helps   
      %prog <command>s   Show help for commands.c   	      C@  s   d d l  m } m } y | d } Wn t k
 r8 t SX| | k r | |  } d | g } | rx | j d |  n  t d j |    n  | |   } | j j	   t S(   Ni    (   t   commands_dictt   get_similar_commandss   unknown command "%s"s   maybe you meant "%s"s    - (
   t   pip.commandsR   R   t
   IndexErrorR   t   appendR   t   joint   parsert
   print_help(	   t   selft   optionst   argsR   R   t   cmd_namet   guesst   msgt   command(    (    s5   /usr/lib/python2.7/site-packages/pip/commands/help.pyt   run   s    (   t   __name__t
   __module__t   __doc__t   namet   usaget   summaryR   (    (    (    s5   /usr/lib/python2.7/site-packages/pip/commands/help.pyR      s
   N(   t
   __future__R    t   pip.basecommandR   R   t   pip.exceptionsR   R   (    (    (    s5   /usr/lib/python2.7/site-packages/pip/commands/help.pyt   <module>   s   