Moving hydra util files into a package
This commit is contained in:
+3
-4
@@ -100,14 +100,13 @@ def C14976308_ScriptCanvas_SetKinematicTargetTransform():
|
||||
|
||||
imports.init()
|
||||
|
||||
|
||||
import azlmbr.legacy.general as general
|
||||
import azlmbr.bus
|
||||
import azlmbr.components
|
||||
import azlmbr.math
|
||||
import azlmbr.physics
|
||||
from utils import Report
|
||||
from utils import TestHelper as helper
|
||||
from editor_python_test_tools.utils import Report
|
||||
from editor_python_test_tools.utils import TestHelper as helper
|
||||
import itertools
|
||||
|
||||
class Entity:
|
||||
@@ -228,5 +227,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(C14976308_ScriptCanvas_SetKinematicTargetTransform)
|
||||
|
||||
Reference in New Issue
Block a user