o
    j                     @   s   d dl Z dd ZdS )    Nc                 C   sd   | d dkr
t dt| dd |g } tjtjt\}}tj|d}tjj|g| R  S )a  Return the complete file name for the module

    dir_comps : list of string
        The list of directory names in the PyCryptodome package.
        The first element must be "Cryptodome".

    filename : string
        The filename (inclusing extension) in the target directory.
    r   
Cryptodomez-Only available for modules under 'Cryptodome'   Nz..)
ValueErrorlistospathsplitabspath__file__join)	dir_compsfilenameutil_lib_root_lib r   /root/aizidognhua/tmp/workspace/projects/ec89d86c-575f-41c9-af57-ac45cbdbf775/venv/lib/python3.10/site-packages/Cryptodome/Util/_file_system.pypycryptodome_filename"   s   r   )r   r   r   r   r   r   <module>   s   