pre_find_module_path/ hook-pyi_hooksample.py - Provide PyInstaller pre-find module path hooksΒΆ

This is a dummy pre-find module path hook. These are rarely used. Please refer to the manual for details.

from PyInstaller.utils.hooks import logger

def pre_find_module_path(api):
    logger.info("Running pre-find module path hook for pyi_hooksample.")