Moving hydra util files into a package
This commit is contained in:
+3
-4
@@ -72,12 +72,11 @@ def C6090553_ForceRegion_SimpleDragForceOnRigidBodies():
|
||||
|
||||
imports.init()
|
||||
|
||||
|
||||
import azlmbr.legacy.general as general
|
||||
import azlmbr.bus
|
||||
|
||||
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
|
||||
|
||||
# Holds details about the ball
|
||||
class Ball:
|
||||
@@ -182,5 +181,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(C6090553_ForceRegion_SimpleDragForceOnRigidBodies)
|
||||
|
||||
Reference in New Issue
Block a user