PATH:
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
setuptools
/
_distutils
/
tests
/
__pycache__
/
Editing: test_filelist.cpython-311.pyc
� �� h* � � � d Z ddlZddlZddlZddlmZmZ ddlmZ ddl m Z mZmZ ddl ZddlZddlmZ dZd � Z G d � d� � Z G d� d � � ZdS )zTests for distutils.filelist.� N)�debug�filelist)�DistutilsTemplateError)�FileList� glob_to_re�translate_pattern� )�py39z�include ok include xo exclude xo include foo.tmp include buildout.cfg global-include *.x global-include *.txt global-exclude *.tmp recursive-include f *.oo recursive-exclude global *.x graft dir prune dir3 c �B � | � dt j � � S )z"Converts '/' in a string to os.sep�/)�replace�os�sep)�ss �z/builddir/build/BUILD/cloudlinux-venv-1.0.8/venv/lib/python3.11/site-packages/setuptools/_distutils/tests/test_filelist.py�make_local_pathr s � ��9�9�S�"�&�!�!�!� c �P � e Zd Zd� Zd� Zd� Zd� Zd� Zd� Zd� Z d� Z d � Zd � Zd� Z dS ) �TestFileListc �X � d� |j D � � }|rJ �|� � � d S )Nc �<