???<!-- GIF89;a -->
123123123123
.....................................................................................................................................???<!-- GIF89;a -->
123123123123
.....................................................................................................................................ó
fc           @   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
   	