📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-22 01:42:52
📂
/ (Root)
/
opt
/
alt
/
python37
/
lib
/
python3.7
/
site-packages
/
libfuturize
/
fixes
/
__pycache__
📍 /opt/alt/python37/lib/python3.7/site-packages/libfuturize/fixes/__pycache__
🔄 Refresh
✏️
Editing: fix_remove_old__future__imports.cpython-37.pyc
Read Only
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"