Moving hydra util files into a package
This commit is contained in:
+3
-3
@@ -63,8 +63,8 @@ def C12905527_ForceRegion_MagnitudeDeviation():
|
||||
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
|
||||
@@ -150,5 +150,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(C12905527_ForceRegion_MagnitudeDeviation)
|
||||
|
||||
Reference in New Issue
Block a user