Skip to content

exekall: Allow user to point to package/__init__.py

Douglas Raillard requested to merge github/fork/douglas-raillard-arm/_pr5 into next

Correctly import the enclosing package of init.py instead of trying to import it as a regulard module. That can happen when using "**.py" wildcard on a whole python package.

Merge request reports