📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-22 01:46:28
📂
/ (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_future_standard_library_urllib.cpython-37.opt-1.pyc
Read Only
B �A�[� � @ s4 d Z ddlmZ ddlmZmZ G dd� de�ZdS )a For the ``future`` package. A special fixer that ensures that these lines have been added:: from future import standard_library standard_library.install_hooks() even if the only module imported was ``urllib``, in which case the regular fixer wouldn't have added these lines. � )� FixUrllib)�touch_import_top� find_rootc s e Zd ZdZ� fdd�Z� ZS )�FixFutureStandardLibraryUrllib� c s* t |�}tt| ��||�}tdd|� |S )NZfutureZstandard_library)r �superr � transformr )�selfZnodeZresults�root�result)� __class__� �e/opt/alt/python37/lib/python3.7/site-packages/libfuturize/fixes/fix_future_standard_library_urllib.pyr s z(FixFutureStandardLibraryUrllib.transform)�__name__� __module__�__qualname__Z run_orderr � __classcell__r r )r r r s r N)�__doc__Zlib2to3.fixes.fix_urllibr Zlibfuturize.fixer_utilr r r r r r r �<module> s
💾 Save Changes
❌ Cancel