Smart_container/QPT_EXE/Python/Lib/site-packages/distutils-precedence.pth
thomas-yanxin 4be8dcafaa update
2022-04-21 14:51:45 +08:00

2 lines
152 B
Plaintext

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