ķ
ô?`c           @   sQ   d  d l  Z  d  d l Z d  d l m Z m Z d   Z e d k rM e   n  d S(   i˙˙˙˙N(   t   ST_ATIMEt   ST_MTIMEc          C   sų   t  t j  d k r5 t j j d  t j d  n  t j d t j d }  } y t j |   } Wn5 t j k
 r t j j |  d  t j d  n Xy" t j	 | | t
 | t f  Wn5 t j k
 rô t j j | d  t j d  n Xd  S(   Ni   s#   usage: copytime source destination
i   i   s   : cannot stat
s   : cannot change time
(   t   lent   syst   argvt   stderrt   writet   exitt   ost   statt   errort   utimeR    R   (   t   file1t   file2t   stat1(    (    s.   /usr/lib64/python2.7/Tools/scripts/copytime.pyt   main	   s    "t   __main__(   R   R   R	   R    R   R   t   __name__(    (    (    s.   /usr/lib64/python2.7/Tools/scripts/copytime.pyt   <module>   s
   	