mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix(resolve): missing hosts path bit in import
This commit is contained in:
parent
1570ab0bca
commit
a63aebcfbd
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import traceback
|
|||
import importlib
|
||||
from pype.lib import PypeHook
|
||||
from pypeapp import Logger
|
||||
from pype.resolve import utils
|
||||
from pype.hosts.resolve import utils
|
||||
|
||||
|
||||
class ResolvePrelaunch(PypeHook):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue