
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
3

  \                 @   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|_|j  d S )Nint)r   valueZchanged)selfZnodeZresults r   ./usr/lib64/python3.6/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   