add-determinism 0.7.3

RPM buildroot helper to strip nondeterministic bits in files
Documentation
B

�/g^�c@s2ddlmZddlmZmZGdd�dej�ZdS)i)�
fixer_base)�LParen�RParenc@seZdZdZdZdd�ZdS)�FixParenTa
        atom< ('[' | '(')
            (listmaker< any
                comp_for<
                    'for' NAME 'in'
                    target=testlist_safe< any (',' any)+ [',']
                     >
                    [any]
                >
            >
            |
            testlist_gexp< any
                comp_for<
                    'for' NAME 'in'
                    target=testlist_safe< any (',' any)+ [',']
                     >
                    [any]
                >
            >)
        (']' | ')') >
    cCs8|d}t�}|j|_d|_|�d|�|�t��dS)N�target�i)rZprefixZinsert_childZappend_childr)ZselfZnodeZresultsrZlparen�r�//usr/lib64/python3.7/lib2to3/fixes/fix_paren.py�	transform%szFixParen.transformN)Z__name__Z
__module__Z__qualname__Z
BM_compatibleZPATTERNrrrrrrsrN)rrZ
fixer_utilrrZBaseFixrrrrrZ<module>s