HEX
Server: LiteSpeed
System: Linux php-prod-1.spaceapp.ru 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
User: xnsbb3110 (1041)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: //usr/local/lib/python3.10/dist-packages/setuptools/_distutils/tests/compat/py39.py
import sys

if sys.version_info >= (3, 10):
    from test.support.import_helper import (
        CleanImport as CleanImport,
    )
    from test.support.import_helper import (
        DirsOnSysPath as DirsOnSysPath,
    )
    from test.support.os_helper import (
        EnvironmentVarGuard as EnvironmentVarGuard,
    )
    from test.support.os_helper import (
        rmtree as rmtree,
    )
    from test.support.os_helper import (
        skip_unless_symlink as skip_unless_symlink,
    )
    from test.support.os_helper import (
        unlink as unlink,
    )
else:
    from test.support import (
        CleanImport as CleanImport,
    )
    from test.support import (
        DirsOnSysPath as DirsOnSysPath,
    )
    from test.support import (
        EnvironmentVarGuard as EnvironmentVarGuard,
    )
    from test.support import (
        rmtree as rmtree,
    )
    from test.support import (
        skip_unless_symlink as skip_unless_symlink,
    )
    from test.support import (
        unlink as unlink,
    )