fix import string

This commit is contained in:
Jakub Trllo 2022-08-10 18:33:03 +02:00
parent 56bbbdbd58
commit 02edebad41

View file

@ -15,7 +15,7 @@ from .build_template_exceptions import (
MissingTemplateLoaderClass
)
_module_path_format = 'openpype.{host}.template_loader'
_module_path_format = 'openpype.hosts.{host}.api.template_loader'
def build_workfile_template(*args):