
ƒÆ.^#  ã               @   sC   d  Z  d d l m Z d d l m Z Gd d „  d e j ƒ Z d S)zVRemove __future__ imports

from __future__ import foo is replaced with an empty line.
é   )Ú
fixer_base)Ú	BlankLinec               @   s.   e  Z d  Z d Z d Z d Z d d „  Z d S)Ú	FixFutureTz;import_from< 'from' module_name="__future__" 'import' any >é
   c             C   s   t  ƒ  } | j | _ | S)N)r   Úprefix)ÚselfZnodeÚresultsÚnew© r
   úO/build/toolchain/mac32/python-3.5.2-openssl1.0.2u-1/lib/python3.5/fix_future.pyÚ	transform   s    	zFixFuture.transformN)Ú__name__Ú
__module__Ú__qualname__ZBM_compatibleZPATTERNZ	run_orderr   r
   r
   r
   r   r      s   r   N)Ú__doc__Ú r   Z
fixer_utilr   ZBaseFixr   r
   r
   r
   r   Ú<module>   s   