Skip to content

app-admin/admindb-python-scripts: Bump to v1.3.0, use python -m in wrappers

Adrian Schollmeyer requested to merge admindb-python-scripts into master

Previously, scripts were called directly in the wrappers. However, to make relative imports work (which might be required in future releases of the software), wrappers should call python -m (i.e. invoke the module) instead of executing the scripts directly.

This commit bumps the version and changes the wrappers to use python -m instead of invoking the scripts directly.

Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Adrian Schollmeyer nex+b-g-o@nexadn.de

Merge request reports