Current Path : /proc/thread-self/root/opt/alt/python37/lib/python3.7/site-packages/setuptools/ |
Current File : //proc/thread-self/root/opt/alt/python37/lib/python3.7/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)