/
/
opt
/
alt
/
python34
/
lib
/
python3.4
/
site-packages
/
setuptools
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.220
PHP 7.4.33
Dir:
/opt/alt/python34/lib/python3.4/site-packages/setuptools
Edit:
/opt/alt/python34/lib/python3.4/site-packages/setuptools/py31compat.py
__all__ = ['get_config_vars', 'get_path'] try: # Python 2.7 or >=3.2 from sysconfig import get_config_vars, get_path except ImportError: from distutils.sysconfig import get_config_vars, get_python_lib def get_path(name): if name not in ('platlib', 'purelib'): raise ValueError("Name must be purelib or platlib") return get_python_lib(name=='platlib')
Ukuran: 396 B