Moving hydra util files into a package
This commit is contained in:
@@ -79,9 +79,8 @@ def C5932045_ForceRegion_Spline():
|
||||
|
||||
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 itertools
|
||||
import azlmbr
|
||||
@@ -170,5 +169,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(C5932045_ForceRegion_Spline)
|
||||
|
||||
Reference in New Issue
Block a user