Moving hydra util files into a package
This commit is contained in:
+4
-4
@@ -54,9 +54,9 @@ def C14861502_PhysXCollider_AssetAutoAssigned():
|
||||
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
|
||||
|
||||
# Open 3D Engine Imports
|
||||
@@ -100,5 +100,5 @@ if __name__ == "__main__":
|
||||
import ImportPathHelper as imports
|
||||
imports.init()
|
||||
|
||||
from utils import Report
|
||||
from editor_python_test_tools.utils import Report
|
||||
Report.start_test(C14861502_PhysXCollider_AssetAutoAssigned)
|
||||
|
||||
Reference in New Issue
Block a user