📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 22:48:12
📂
/ (Root)
/
lib64
/
python3.12
/
lib2to3
/
fixes
/
__pycache__
📍 /lib64/python3.12/lib2to3/fixes/__pycache__
🔄 Refresh
✏️
Editing: fix_future.cpython-312.opt-1.pyc
Read Only
� �֦i# � �J � d Z ddlmZ ddlmZ G d� dej � Zy)zVRemove __future__ imports from __future__ import foo is replaced with an empty line. � )� fixer_base)� BlankLinec � � e Zd ZdZdZdZd� Zy)� FixFutureTz;import_from< 'from' module_name="__future__" 'import' any >� c �<