
 X                 @   s   d  Z  d d   Z d S)z8Version of str(timedelta) which is not English specific.c             C   s   |  j  } |  j } |  j } | d } | d } | d } | d } d j | | |  } | rt d j |  | } n  | r | d j |  7} n  | S)N<   z{:02d}:{:02d}:{:02d}z{} z.{:06d})dayssecondsmicrosecondsformat)durationr   r   r   minuteshoursstring r
   C/home/ubuntu/projects/ifolica/build/django/django/utils/duration.pyduration_string   s    			



r   N)__doc__r   r
   r
   r
   r   <module>   s   