PATH:
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
libfuturize
/
fixes
/
__pycache__
/
Editing: fix_future_standard_library_urllib.cpython-311.pyc
� � h� � �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 �"