§
    	^µc—  ã                   óŠ   — d dl mZmZmZ  G d„ de¦  «        Z G d„ de¦  «        Z G d„ de¦  «        Z G d„ d	e	¦  «        Z
d
S )é    )Úabsolute_importÚdivisionÚprint_functionc                   ó   — e Zd ZdZdZegZdS )ÚFrozenInstanceErrorzá
    A frozen/immutable instance has been attempted to be modified.

    It mirrors the behavior of ``namedtuples`` by using the same error message
    and subclassing :exc:`AttributeError`.

    .. versionadded:: 16.1.0
    zcan't set attributeN)Ú__name__Ú
__module__Ú__qualname__Ú__doc__ÚmsgÚargs© ó    úF/usr/lib/python3/dist-packages/mercurial/thirdparty/attr/exceptions.pyr   r      s&   € € € € € ðð ð  €CØˆ5€D€D€Dr   r   c                   ó   — e Zd ZdZdS )ÚAttrsAttributeNotFoundErrorzq
    An ``attrs`` function couldn't find an attribute that the user asked for.

    .. versionadded:: 16.2.0
    N©r   r	   r
   r   r   r   r   r   r      ó   € € € € € ðð ð ð r   r   c                   ó   — e Zd ZdZdS )ÚNotAnAttrsClassErrorzi
    A non-``attrs`` class has been passed into an ``attrs`` function.

    .. versionadded:: 16.2.0
    Nr   r   r   r   r   r      r   r   r   c                   ó   — e Zd ZdZdS )ÚDefaultAlreadySetErrorzˆ
    A default has been set using ``attr.ib()`` and is attempted to be reset
    using the decorator.

    .. versionadded:: 17.1.0
    Nr   r   r   r   r   r   !   s   € € € € € ðð ð ð r   r   N)Ú
__future__r   r   r   ÚAttributeErrorr   Ú
ValueErrorr   r   ÚRuntimeErrorr   r   r   r   ú<module>r      sÕ   ðØ @Ð @Ð @Ð @Ð @Ð @Ð @Ð @Ð @Ð @ð
ð 
ð 
ð 
ð 
˜.ñ 
ô 
ð 
ðð ð ð ð  *ñ ô ð ðð ð ð ð ˜:ñ ô ð ðð ð ð ð ˜\ñ ô ð ð ð r   