📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 23:43:27
📂
/ (Root)
/
opt
/
alt
/
python37
/
lib
/
python3.7
/
site-packages
/
libpasteurize
/
fixes
/
__pycache__
📍 /opt/alt/python37/lib/python3.7/site-packages/libpasteurize/fixes/__pycache__
🔄 Refresh
✏️
Editing: fix_add_future_standard_library_import.cpython-37.pyc
Read Only
B �A�[� � @ s2 d Z ddlmZ ddlmZ G dd� dej�ZdS )z� For the ``future`` package. Adds this import line: from future import standard_library after any __future__ imports but before any other imports. Doesn't actually change the imports to Py3 style. � )� fixer_base)�touch_import_topc @ s e Zd ZdZdZdZdd� ZdS )�!FixAddFutureStandardLibraryImportTZ file_input� c C s t dd|� d S )N�futureZstandard_library)r )�self�node�results� r �k/opt/alt/python37/lib/python3.7/site-packages/libpasteurize/fixes/fix_add_future_standard_library_import.py� transform s z+FixAddFutureStandardLibraryImport.transformN)�__name__� __module__�__qualname__Z BM_compatibleZPATTERNZ run_orderr r r r r r s r N)�__doc__Zlib2to3r Zlibfuturize.fixer_utilr ZBaseFixr r r r r �<module> s
💾 Save Changes
❌ Cancel