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