mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-07 13:41:24 +00:00
tests: update old import from wlauto
exec_control tests were still importing from wlauto rather than wa. This rectifies that.
This commit is contained in:
parent
f8d5a3e358
commit
0e5f7eb724
@ -19,7 +19,7 @@ from unittest import TestCase
|
|||||||
|
|
||||||
from nose.tools import assert_equal, assert_raises
|
from nose.tools import assert_equal, assert_raises
|
||||||
|
|
||||||
from wlauto.utils.exec_control import (init_environment, reset_environment,
|
from wa.utils.exec_control import (init_environment, reset_environment,
|
||||||
activate_environment, once,
|
activate_environment, once,
|
||||||
once_per_class, once_per_instance)
|
once_per_class, once_per_instance)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user