File manager - Edit - /opt/saltstack/salt/lib/python3.10/site-packages/Cryptodome/Util/__pycache__/_file_system.cpython-310.pyc
Back
o ;j� � @ s d dl Z dd� ZdS )� Nc C sd | d dkr t d��t| dd� �|g } tj�tj�t��\}}tj�|d�}tjj|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 Z Cryptodomez-Only available for modules under 'Cryptodome'� Nz..)� ValueError�list�os�path�split�abspath�__file__�join)Z dir_comps�filenameZutil_lib�_Zroot_lib� r �P/opt/saltstack/salt/lib/python3.10/site-packages/Cryptodome/Util/_file_system.py�pycryptodome_filename"