• Xavier Thompson's avatar
    Use importlib instead of imp for Python >= 3.5 · 241c9484
    Xavier Thompson authored
    The imp module is deprecated and disappears in Python 3.12.
    In slapos.recipe.cmmi, importlib/imp is used to run scripts
    loaded directly from files. The importlib version is the now
    recommanded way for Python 3.5+.
    241c9484
__init__.py 14.8 KB