
    Fwg                     V    d Z ddlmZ ddlmZ ddlmZ  G d dej                        Zy)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 Zd ZdZdZdZd Zy)FixAddAllFutureBuiltinsT
file_input   c                     t        dd|       y )Nbuiltins*r   )selfnoderesultss      f/var/www/horilla/myenv/lib/python3.12/site-packages/libpasteurize/fixes/fix_add_all_future_builtins.py	transformz!FixAddAllFutureBuiltins.transform   s     	c40    N)__name__
__module____qualname__BM_compatiblePATTERN	run_orderr    r   r   r   r      s    MGI1r   r   N)	__doc__
__future__r   lib2to3r   libfuturize.fixer_utilr   BaseFixr   r   r   r   <module>r       s'    (  3	1j00 	1r   