Moving hydra util files into a package
This commit is contained in:
+3
-4
@@ -135,9 +135,8 @@ def C18981526_Material_RestitutionCombinePriority():
|
||||
|
||||
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
|
||||
import azlmbr.legacy.general as general
|
||||
@@ -425,5 +424,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(C18981526_Material_RestitutionCombinePriority)
|
||||
|
||||
Reference in New Issue
Block a user