mirror of
https://github.com/jbowdre/phpIPAM-for-vRA8.git
synced 2024-11-22 15:02:19 +00:00
1 line
152 B
Text
1 line
152 B
Text
import os; var = 'SETUPTOOLS_USE_DISTUTILS'; enabled = os.environ.get(var, 'stdlib') == 'local'; enabled and __import__('_distutils_hack').add_shim();
|