summaryrefslogtreecommitdiffstats
path: root/third_party/python/setuptools/distutils-precedence.pth
blob: 6de4198fcc39b317cc664bf389f2fc5646e167eb (plain)
1
import os; var = 'SETUPTOOLS_USE_DISTUTILS'; enabled = os.environ.get(var, 'stdlib') == 'local'; enabled and __import__('_distutils_hack').add_shim();