Sign in
apache
/
datasketches-python
/
refs/heads/documentation
/
.
/
python-docs-venv
/
lib
/
python3.11
/
site-packages
/
distutils-precedence.pth
blob: 7f009fe9bb04116f3f68e0df3d90c0d84599803e [
file
] [
log
] [
blame
]
import
os
;
var
=
'SETUPTOOLS_USE_DISTUTILS'
;
enabled
=
os
.
environ
.
get
(
var
,
'local'
)
==
'local'
;
enabled
and
__import__
(
'_distutils_hack'
).
add_shim
();