ÿØÿà JFIF      ÿÛ „ 	 ( %!1!%)+//.383,7(-.+



-%%-////---/-.+/--+------/------/--0+--/-/-----.-----ÿÀ  ¥2" ÿÄ               ÿÄ J  	     ! 1AQ"aq2‘#BR‚¡ÁÑ3br’¢±Âð$CSƒ²á4c“%DsÓñÿÄ              ÿÄ *        !1AQa‘"2q3±ð#b¡ÿÚ   ? ¼QxJQaÍuò¸Zö Úü8,ÐÚú
"SSn<rçù–´âE—^ªBÖ9À\†¸ÔÁT­ÃÛ5
ëd´³Í#Ý;Þ38œî ¶H£M:wÎ3…³…âpÔF&‚FK¸9„â4àGEõªfÿ ‘ñ(ßw­pŽF|È¥ù®häðÍÑ¶¹‘[ÒinÙW¶ùñY˜Q{›K"išÒ[Ú8žë\F¹@-?v"ÔU”,ìöžkÿ {I‡£šÍ?e
ríV
..............................................................................................................................................................................
.............................................................................                                                  
                                                                                                                                                                                     ÿØÿà JFIF      ÿÛ „ 	 ( %!1!%)+//.383,7(-.+



-%%-////---/-.+/--+------/------/--0+--/-/-----.-----ÿÀ  ¥2" ÿÄ               ÿÄ J  	     ! 1AQ"aq2‘#BR‚¡ÁÑ3br’¢±Âð$CSƒ²á4c“%DsÓñÿÄ              ÿÄ *        !1AQa‘"2q3±ð#b¡ÿÚ   ? ¼QxJQaÍuò¸Zö Úü8,ÐÚú
"SSn<rçù–´âE—^ªBÖ9À\†¸ÔÁT­ÃÛ5
ëd´³Í#Ý;Þ38œî ¶H£M:wÎ3…³…âpÔF&‚FK¸9„â4àGEõªfÿ ‘ñ(ßw­pŽF|È¥ù®häðÍÑ¶¹‘[ÒinÙW¶ùñY˜Q{›K"išÒ[Ú8žë\F¹@-?v"ÔU”,ìöžkÿ {I‡£šÍ?e
ríV
..............................................................................................................................................................................
.............................................................................                                                  
                                                                                                                                                                                     3

  \
                 @   sD   d Z ddlZddlmZ ddlmZ ddlmZ G dd deZdS )zBdistutils.command.clean

Implements the Distutils 'clean' command.    N)Command)remove_tree)logc               @   s>   e Zd ZdZddddddgZdgZdd Zdd Zdd ZdS )cleanz-clean up temporary files from 'build' commandbuild-base=b2base build directory (default: 'build.build-base')
build-lib=N<build directory for all modules (default: 'build.build-lib')build-temp=t7temporary build directory (default: 'build.build-temp')build-scripts=<build directory for scripts (default: 'build.build-scripts')bdist-base=+temporary directory for built distributionsalla7remove all build output, not just temporary by-productsc             C   s(   d | _ d | _d | _d | _d | _d | _d S )N)
build_base	build_lib
build_tempbuild_scripts
bdist_baser   )self r   //usr/lib64/python3.6/distutils/command/clean.pyinitialize_options    s    zclean.initialize_optionsc             C   s"   | j ddd	d
d | j dd d S )NZbuildr   r   r   r   Zbdistr   )r   r   )r   r   )r   r   )r   r   )r   r   )Zset_undefined_options)r   r   r   r   finalize_options(   s    zclean.finalize_optionsc             C   s   t jj| jr t| j| jd ntjd| j | jrvx@| j	| j
| jfD ],}t jj|rft|| jd qFtjd| qFW | jsyt j| j tjd| j W n tk
r   Y nX d S )N)dry_runz%'%s' does not exist -- can't clean itzremoving '%s')ospathexistsr   r   r   r   debugr   r   r   r   warnrmdirr   infoOSError)r   Z	directoryr   r   r   run1   s$    
z	clean.run)r   r   r   )r	   Nr
   )r   r   r   )r   Nr   )r   Nr   )r   r   r   )	__name__
__module____qualname__ZdescriptionZuser_optionsZboolean_optionsr   r   r(   r   r   r   r   r      s"         	r   )	__doc__r    Zdistutils.corer   Zdistutils.dir_utilr   Z	distutilsr   r   r   r   r   r   <module>   s
   