Current Path : /proc/thread-self/root/proc/self/root/opt/alt/python39/lib/python3.9/site-packages/setuptools/ |
Current File : //proc/thread-self/root/proc/self/root/opt/alt/python39/lib/python3.9/site-packages/setuptools/py34compat.py |
import importlib try: import importlib.util except ImportError: pass try: module_from_spec = importlib.util.module_from_spec except AttributeError: def module_from_spec(spec): return spec.loader.load_module(spec.name)