Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
usr
/
local
/
lib
/
python3.6
/
site-packages
/
libfuturize
/
fixes
/
__pycache__
✏️
Editing: fix_remove_old__future__imports.cpython-36.pyc
3 ��jfS � @ 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"