PATH:
opt
/
alt
/
python37
/
lib
/
python3.7
/
site-packages
/
libfuturize
/
fixes
/
__pycache__
B �A�[S � @ s2 d Z ddlmZ ddlmZ G dd� dej�ZdS )a� Fixer for removing any of these lines: from __future__ import with_statement from __future__ import nested_scopes from __future__ import generators The reason is that __future__ imports like these are required to be the first line of code (after docstrings) on Python 2.6+, which can get in the way. These imports are always enabled in Python 2.6+, which is the minimum sane version to target for Py2/3 compatibility. � )� fixer_base)�remove_future_importc @ s e Zd ZdZdZdZdd� ZdS )�FixRemoveOldFutureImportsTZ file_input� c C s"