Moving hydra util files into a package
This commit is contained in:
@@ -72,9 +72,8 @@ def C14902097_ScriptCanvas_PreUpdateEvent():
|
||||
|
||||
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
|
||||
@@ -197,5 +196,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(C14902097_ScriptCanvas_PreUpdateEvent)
|
||||
|
||||
Reference in New Issue
Block a user