
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
U
    ,a                     @   s.   d dl mZ d dlmZ G dd dejZdS )    )
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   ;/opt/alt/python38/lib64/python3.8/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)Zlib2to3r   Zlib2to3.fixer_utilr   ZBaseFixr   r   r   r   r	   <module>   s   