Moving hydra util files into a package
This commit is contained in:
+3
-4
@@ -89,9 +89,8 @@ def C6032082_Terrain_MultipleResolutionsValid():
|
||||
|
||||
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.bus
|
||||
@@ -217,5 +216,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(C6032082_Terrain_MultipleResolutionsValid)
|
||||
|
||||
Reference in New Issue
Block a user