1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-09-02 03:12:34 +01:00

Imports: Updated Imports

Switch remaining wlauto imports to wa.
Added other missing imports.
This commit is contained in:
Marc Bonnici
2017-04-07 11:02:02 +01:00
parent 9899d1d51a
commit e60e31ff8e
9 changed files with 24 additions and 22 deletions

View File

@@ -18,9 +18,11 @@ import sys
from wa import Command, settings
from wa.framework.configuration import RunConfiguration
from wa.framework import pluginloader
from wa.framework.agenda import Agenda
from wa.framework.resource import Executable, NO_ONE, ResourceResolver
from wa.utils.revent import ReventRecorder
from wa.framework.configuration import RunConfiguration
from wa.framework.workload import ApkUiautoWorkload
class RecordCommand(Command):