
müYÃ  ã               @   sC   d  Z  d d l m Z d d l m Z Gd d „  d e j ƒ Z d S)z1
Fixer that changes os.getcwdu() to os.getcwd().
é   )Ú
fixer_base)ÚNamec               @   s(   e  Z d  Z d Z d Z d d „  Z d S)Ú
FixGetcwduTzR
              power< 'os' trailer< dot='.' name='getcwdu' > any* >
              c             C   s*   | d } | j  t d d | j ƒƒ d  S)NÚnameÚgetcwdÚprefix)Úreplacer   r   )ÚselfZnodeÚresultsr   © r   úL/build/mts/release/bora-5583004/publish/lin64/lib64/python3.5/fix_getcwdu.pyÚ	transform   s    
zFixGetcwdu.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   