B
    18\                 @   s2   d Z ddlmZ ddlmZ G dd dejZdS )z2Fixer that changes raw_input(...) into input(...).   )
fixer_base)Namec               @   s   e Zd ZdZdZdd ZdS )FixRawInputTzU
              power< name='raw_input' trailer< '(' [any] ')' > any* >
              c             C   s    |d }| td|jd d S )Nnameinput)prefix)replacer   r   )selfnoderesultsr    r   _/oak/stanford/groups/akundaje/marinovg/programs/Python-3.7.3/Lib/lib2to3/fixes/fix_raw_input.py	transform   s    zFixRawInput.transformN)__name__
__module____qualname__BM_compatiblePATTERNr   r   r   r   r   r      s   r   N)__doc__ r   
fixer_utilr   BaseFixr   r   r   r   r   <module>   s   