o
    >i<                     @   s   d dl mZ dd ZdS )    )unicode_utilsc                 C   s   |  ddd  td dS )zc
    Test filesys_decode does not raise TypeError when
    getfilesystemencoding returns None.
    zsys.getfilesystemencodingc                   S   s   d S )N r   r   r   r/var/www/html/eduruby.in/lip-sync/lip-sync-env/lib/python3.10/site-packages/setuptools/tests/test_unicode_utils.py<lambda>	   s    z9test_filesys_decode_fs_encoding_is_None.<locals>.<lambda>s   testN)setattrr   Zfilesys_decode)Zmonkeypatchr   r   r   'test_filesys_decode_fs_encoding_is_None   s   r   N)
setuptoolsr   r   r   r   r   r   <module>   s    