
„Æ.^Ü  ã               @   sC   d  Z  d d l m Z d d l m Z Gd 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nodeÚresults© r	   úM/build/toolchain/mac32/python-3.5.2-openssl1.0.2u-1/lib/python3.5/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   