B
    Ç S]Ü  ã               @   s2   d Z ddlmZ ddlmZ G dd„ dejƒZdS )z/Fixer that turns 'long' into 'int' everywhere.
é    )Ú
fixer_base)Úis_probably_builtinc               @   s   e Zd ZdZdZdd„ ZdS )ÚFixLongTz'long'c             C   s   t |ƒrd|_| ¡  d S )NÚint)r   ÚvalueZchanged)ÚselfZnodeZresults© r   ú'lib/python3.7/lib2to3/fixes/fix_long.pyÚ	transform   s    zFixLong.transformN)Ú__name__Ú
__module__Ú__qualname__ZBM_compatibleZPATTERNr
   r   r   r   r	   r      s   r   N)Ú__doc__Zlib2to3r   Zlib2to3.fixer_utilr   ZBaseFixr   r   r   r   r	   Ú<module>   s   