gecko-dev/third_party/python/setuptools/distutils-precedence.pth

2 строки
152 B
Plaintext

import os; var = 'SETUPTOOLS_USE_DISTUTILS'; enabled = os.environ.get(var, 'stdlib') == 'local'; enabled and __import__('_distutils_hack').add_shim();