3
dj                 @   s   G d d de ZdgZdS )c               @   s.   e Zd ZdZeddddZedddZdS )	Timeoutz@Raised when the lock could not be acquired in *timeout* seconds.N)	lock_filereturnc             C   s
   || _ d S )N)r   )selfr    r   3/tmp/pip-build-7vycvbft/filelock/filelock/_error.py__init__   s    zTimeout.__init__)r   c             C   s   d| j  dS )NzThe file lock 'z' could not be acquired.)r   )r   r   r   r   __str__   s    zTimeout.__str__)__name__
__module____qualname____doc__strr   r   r   r   r   r   r      s   r   N)TimeoutErrorr   __all__r   r   r   r   <module>   s   