🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-09 20:35:30 | PHP 8.2.33
📂
/ (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
� 1j� � �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 �"