Moving hydra util files into a package
This commit is contained in:
@@ -134,8 +134,8 @@ def C5959809_ForceRegion_RotationalOffset():
|
||||
|
||||
imports.init()
|
||||
|
||||
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 azlmbr.legacy.general as general
|
||||
import azlmbr.math as azmath
|
||||
@@ -412,5 +412,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(C5959809_ForceRegion_RotationalOffset)
|
||||
|
||||
Reference in New Issue
Block a user