Moving hydra util files into a package
This commit is contained in:
+3
-3
@@ -55,9 +55,9 @@ def run():
|
||||
import ImportPathHelper as imports
|
||||
|
||||
imports.init()
|
||||
from utils import Report
|
||||
from utils import TestHelper as helper
|
||||
from editor_entity_utils import EditorEntity as Entity
|
||||
from editor_python_test_tools.editor_entity_utils import EditorEntity as Entity
|
||||
from editor_python_test_tools.utils import Report
|
||||
from editor_python_test_tools.utils import TestHelper as helper
|
||||
from asset_utils import Asset
|
||||
|
||||
# Asset paths
|
||||
|
||||
Reference in New Issue
Block a user