ÿØÿà 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           @   s4   d  d l  Z  d  d l Z d   Z e d    Z d S(   iNc         C   s   t  j   d k r d   S|  S(   Nt   Windowsc          _   s   d  S(   N(   t   None(   t   argst   kwargs(    (    s>   /usr/lib/python2.7/site-packages/setuptools/windows_support.pyt   <lambda>   t    (   t   platformt   system(   t   func(    (    s>   /usr/lib/python2.7/site-packages/setuptools/windows_support.pyt   windows_only   s    c         C   sq   t  d  t j j j } t j j t j j f | _ t j j	 | _
 d } | |  |  } | sm t j    n  d S(   s   
    Set the hidden attribute on a file or directory.

    From http://stackoverflow.com/questions/19622133/

    `path` must be text.
    s   ctypes.wintypesi   N(   t
   __import__t   ctypest   windllt   kernel32t   SetFileAttributesWt   wintypest   LPWSTRt   DWORDt   argtypest   BOOLt   restypet   WinError(   t   patht   SetFileAttributest   FILE_ATTRIBUTE_HIDDENt   ret(    (    s>   /usr/lib/python2.7/site-packages/setuptools/windows_support.pyt	   hide_file   s    	
(   R   R   R	   R   (    (    (    s>   /usr/lib/python2.7/site-packages/setuptools/windows_support.pyt   <module>   s   	