munin-plugins-gitlab icon indicating copy to clipboard operation
munin-plugins-gitlab copied to clipboard

Cannot find local modules

Open ceerad opened this issue 2 years ago • 0 comments

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]'

ceerad avatar May 17 '23 02:05 ceerad