Moving hydra util files into a package
This commit is contained in:
+3
-4
@@ -116,14 +116,13 @@ def C15563573_Material_AddModifyDeleteOnCharacterController():
|
||||
|
||||
imports.init()
|
||||
|
||||
|
||||
import azlmbr.legacy.general as general
|
||||
import azlmbr.math as lymath
|
||||
|
||||
from Physmaterial_Editor import Physmaterial_Editor
|
||||
from utils import Report
|
||||
from utils import TestHelper as helper
|
||||
from AddModifyDelete_Utils import Box
|
||||
from editor_python_test_tools.utils import Report
|
||||
from editor_python_test_tools.utils import TestHelper as helper
|
||||
|
||||
FORCE_IMPULSE = lymath.Vector3(5.0, 0.0, 0.0)
|
||||
TIMEOUT = 3.0
|
||||
@@ -205,5 +204,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(C15563573_Material_AddModifyDeleteOnCharacterController)
|
||||
|
||||
Reference in New Issue
Block a user