File "py34compat.py"

Full Path: /home/attunedd/public_html/byp/izo/con7ext_sym404/rintoar.txt/opt/alt/python310/lib/python3.10/site-packages/setuptools/py34compat.py
File size: 245 bytes
MIME-type: text/x-script.python
Charset: utf-8

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)