imsamuka

Results 11 issues of imsamuka

The engine fails to initialize with the error `AttributeError: 'FileFinder' object has no attribute 'find_module'`. It happens because it was deprecated, see https://docs.python.org/3/library/pkgutil.html#pkgutil.find_loader. It can be solved easily changing this:...

bug
hooks