munin-plugins-gitlab
munin-plugins-gitlab copied to clipboard
Cannot find local modules
Running the scripts out of the box, I was having problems finding the local modules with Python 3.8: ModuleNotFoundError: No module named 'dirsize'
Adding . in front of modules in init.py solvd it:
from .dirsize import dirsize from .gitlab import get_gitlab_instance from .munin import munin_safe_id
author = 'Matthias Lohr [email protected]'