U
    A`                     @   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   )selfZnodeZresultsr    r
   1/usr/lib/python3.8/lib2to3/fixes/fix_raw_input.py	transform   s    zFixRawInput.transformN)__name__
__module____qualname__ZBM_compatibleZPATTERNr   r
   r
   r
   r   r      s   r   N)__doc__ r   Z
fixer_utilr   ZBaseFixr   r
   r
   r
   r   <module>   s   