test/venv/lib/python3.10/site-packages/distutils-precedence.pth

2 lines
152 B
Plaintext
Raw Permalink Normal View History

2023-08-07 12:10:10 +00:00
import os; var = 'SETUPTOOLS_USE_DISTUTILS'; enabled = os.environ.get(var, 'stdlib') == 'local'; enabled and __import__('_distutils_hack').add_shim();