📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-22 08:21:11
📂
/ (Root)
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
libfuturize
/
fixes
/
__pycache__
📍 /opt/cloudlinux/venv/lib/python3.11/site-packages/libfuturize/fixes/__pycache__
🔄 Refresh
✏️
Editing: fix_future_standard_library_urllib.cpython-311.pyc
Read Only
� �|oi� � �B � d Z ddlmZ ddlmZmZ G d� 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 �"