PATH:
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
setuptools
/
_distutils
/
tests
/
__pycache__
/
Editing: test_core.cpython-311.pyc
� �� h� � �@ � d Z ddlZddlZddlZddlZddlmZ ddlZdZ dZ dZdZdZ ej d � � � d� � � Zej d� � � Zej � d � � ej � d� � G d� d� � � � � � ZdS )zTests for distutils.core.� N)�Distributionz4 __file__ from distutils.core import setup setup() zH import os print(os.getcwd()) from distutils.core import setup setup() z)from distutils.core import setup setup() z�from distutils.core import setup from distutils.command.install import install as _install class install(_install): sub_commands = _install.sub_commands + ['cmd'] setup(cmdclass={'install': install}) z�from distutils.core import setup def main(): return setup(name="setup_within_if_main") if __name__ == "__main__": main() T)�autousec �R � | � t dt j � � d S )N�stdout)�setattr�sysr )�monkeypatchs �v/builddir/build/BUILD/cloudlinux-venv-1.0.8/venv/lib/python3.11/site-packages/setuptools/_distutils/tests/test_core.py�save_stdoutr 8 s"