Move usdlib to ayon_core.pipeline

This commit is contained in:
Roy Nieterau 2024-06-28 15:49:51 +02:00
parent 472868f89d
commit 399eb86360
2 changed files with 1 additions and 1 deletions

View file

@ -12,7 +12,7 @@ from ayon_core.lib import (
UILabelDef, UILabelDef,
EnumDef EnumDef
) )
from ayon_core.lib.usdlib import ( from ayon_core.pipeline.usdlib import (
get_or_define_prim_spec, get_or_define_prim_spec,
add_ordered_reference, add_ordered_reference,
variant_nested_prim_path, variant_nested_prim_path,