1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-09-01 10:52:33 +01:00

commands/revent: Fix missing import

This commit is contained in:
Marc Bonnici
2018-07-03 14:46:37 +01:00
committed by setrofim
parent 452d91b2d6
commit 5892b1de18

View File

@@ -19,6 +19,7 @@ from time import sleep
from wa import Command
from wa.framework import pluginloader
from wa.framework.exception import ConfigError
from wa.framework.resource import ResourceResolver
from wa.framework.target.manager import TargetManager
from wa.utils.revent import ReventRecorder