PATH:
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
libpasteurize
/
fixes
/
__pycache__
/
Editing: fix_add_all_future_builtins.cpython-311.pyc
� � h� � �T � d Z ddlmZ ddlmZ ddlmZ G d� dej � � ZdS )a� For the ``future`` package. Adds this import line:: from builtins import (ascii, bytes, chr, dict, filter, hex, input, int, list, map, next, object, oct, open, pow, range, round, str, super, zip) to a module, irrespective of whether each definition is used. Adds these imports after any other imports (in an initial block of them). � )�unicode_literals)� fixer_base��touch_import_topc � � e Zd ZdZdZdZd� ZdS )�FixAddAllFutureBuiltinsT� file_input� c �( � t dd|� � d S )N�builtins�*r )�self�node�resultss ��/builddir/build/BUILD/cloudlinux-venv-1.0.8/venv/lib/python3.11/site-packages/libpasteurize/fixes/fix_add_all_future_builtins.py� transformz!FixAddAllFutureBuiltins.transform s � � ��c�4�0�0�0�0�0� N)�__name__� __module__�__qualname__� BM_compatible�PATTERN� run_orderr � r r r r s2 � � � � � ��M��G��I�1� 1� 1� 1� 1r r N) �__doc__� __future__r �lib2to3r �libfuturize.fixer_utilr �BaseFixr r r r �<module>r s~ ��� � (� '� '� '� '� '� � � � � � � 3� 3� 3� 3� 3� 3� 1� 1� 1� 1� 1�j�0� 1� 1� 1� 1� 1r
SAVE
CANCEL