mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Update client/ayon_core/lib/python_module_tools.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
fb64de8d32
commit
d313740434
1 changed files with 2 additions and 2 deletions
|
|
@ -12,8 +12,8 @@ log = logging.getLogger(__name__)
|
||||||
|
|
||||||
def import_filepath(
|
def import_filepath(
|
||||||
filepath: str,
|
filepath: str,
|
||||||
module_name: Optional[str]=None,
|
module_name: Optional[str] = None,
|
||||||
sys_module_name: Optional[str]=None) -> types.ModuleType:
|
sys_module_name: Optional[str] = None) -> types.ModuleType:
|
||||||
"""Import python file as python module.
|
"""Import python file as python module.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue