ó
xFWgc           @   sY   d  Z  d d l Z d d l Z d d l Z d d „ Z e d k rU e j e ƒ  ƒ n  d S(   sD   Basic pip uninstallation support, helper for the Windows uninstalleriÿÿÿÿNc         C   sŠ   t  j d d ƒ } | j d d d d d j t j ƒ  ƒ d d ƒ| j d	 d
 d d d d d d d d ƒ| j |  ƒ } t j d | j ƒ S(   Nt   progs   python -m ensurepip._uninstalls	   --versiont   actiont   versions   pip {}t   helps7   Show the version of pip this will attempt to uninstall.s   -vs	   --verboset   countt   defaulti    t   destt	   verbositysD   Give more output. Option is additive, and can be used up to 3 times.(	   t   argparset   ArgumentParsert   add_argumentt   formatt	   ensurepipR   t
   parse_argst   _uninstall_helperR   (   t   argvt   parsert   args(    (    s*   /usr/lib/python2.7/ensurepip/_uninstall.pyt   _main   s    	t   __main__(   t   __doc__R   R   t   syst   NoneR   t   __name__t   exit(    (    (    s*   /usr/lib/python2.7/ensurepip/_uninstall.pyt   <module>   s   