o
    5Îh{  ã                   @   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 "Crypto".

    filename : string
        The filename (inclusing extension) in the target directory.
    r   ÚCryptoz)Only available for modules under 'Crypto'é   Nz..)Ú
ValueErrorÚlistÚosÚpathÚsplitÚabspathÚ__file__Újoin)Ú	dir_compsÚfilenameÚutil_libÚ_Úroot_lib© r   úl/var/www/html/construction_image-detection-poc/venv/lib/python3.10/site-packages/Crypto/Util/_file_system.pyÚpycryptodome_filename"   s   r   )r   r   r   r   r   r   Ú<module>   s   