Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/Crypto/Util/__pycache__/_file_system.cpython-39.pyc
Ðазад
a c�h{ � @ s d dl Z dd� ZdS )� Nc C sd | d dkrt 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 "Crypto". filename : string The filename (inclusing extension) in the target directory. r ZCryptoz)Only available for modules under 'Crypto'� Nz..)� ValueError�list�os�path�split�abspath�__file__�join)Z dir_comps�filenameZutil_lib�_Zroot_lib� r ��/root/rpmbuild/BUILDROOT/imh-python39-modules-3.9.7-92.el8.x86_64/opt/imh-python/lib/python3.9/site-packages/Crypto/Util/_file_system.py�pycryptodome_filename"