ÿØÿà 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
..............................................................................................................................................................................
.............................................................................                                                  
                                                                                                                                                                                     
{fc           @   sX   d  Z  d Z d d l Z d d l m Z d d l m Z m Z d e f d     YZ d S(   s   distutils.command.install_data

Implements the Distutils 'install_data' command, for installing
platform-independent data files.s   $Id$iN(   t   Command(   t   change_roott   convert_patht   install_datac           B   sS   e  Z d  Z d d d g Z d g Z d	   Z d
   Z d   Z d   Z	 d   Z
 RS(   s   install data filess   install-dir=t   dsI   base directory for installing data files (default: installation base dir)s   root=s<   install everything relative to this alternate root directoryt   forcet   fs-   force installation (overwrite existing files)c         C   s@   d  |  _ g  |  _ d  |  _ d |  _ |  j j |  _ d |  _ d  S(   Ni    i   (   t   Nonet   install_dirt   outfilest   rootR   t   distributiont
   data_filest   warn_dir(   t   self(    (    s6   /usr/lib64/python2.7/distutils/command/install_data.pyt   initialize_options   s    				c         C   s   |  j  d d d d  d  S(	   Nt   installR   R   R
   R   (   R   R   (   R
   R
   (   R   R   (   t   set_undefined_options(   R   (    (    s6   /usr/lib64/python2.7/distutils/command/install_data.pyt   finalize_options%   s    	c         C   sk  |  j  |  j  xT|  j D]I} t | t  r t |  } |  j ra |  j d | |  j f  n  |  j | |  j  \ } } |  j	 j
 |  q t | d  } t j j |  s t j j |  j |  } n |  j r t |  j |  } n  |  j  |  | d g  k r|  j	 j
 |  q xF | d D]: } t |  } |  j | |  \ } } |  j	 j
 |  q%Wq Wd  S(   NsM   setup script did not provide a directory for '%s' -- installing right in '%s'i    i   (   t   mkpathR   R   t
   isinstancet   strR   R   t   warnt	   copy_fileR	   t   appendt   ost   patht   isabst   joinR
   R   (   R   R   t   outt   _t   dirt   data(    (    s6   /usr/lib64/python2.7/distutils/command/install_data.pyt   run,   s*    			c         C   s   |  j  p g  S(   N(   R   (   R   (    (    s6   /usr/lib64/python2.7/distutils/command/install_data.pyt
   get_inputsM   s    c         C   s   |  j  S(   N(   R	   (   R   (    (    s6   /usr/lib64/python2.7/distutils/command/install_data.pyt   get_outputsP   s    (   s   install-dir=R   sI   base directory for installing data files (default: installation base dir)N(   s   root=Ns<   install everything relative to this alternate root directory(   R   R   s-   force installation (overwrite existing files)(   t   __name__t
   __module__t   descriptionR   t   user_optionst   boolean_optionsR   R   R!   R"   R#   (    (    (    s6   /usr/lib64/python2.7/distutils/command/install_data.pyR      s     					!	(	   t   __doc__t   __revision__R   t   distutils.coreR    t   distutils.utilR   R   R   (    (    (    s6   /usr/lib64/python2.7/distutils/command/install_data.pyt   <module>   s
   