mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-01 19:02:31 +01:00
@@ -16,9 +16,6 @@
|
||||
import collections
|
||||
import sys
|
||||
|
||||
from wlauto import ResultProcessor
|
||||
from wlauto.core.result import IterationResult
|
||||
from wlauto.exceptions import ResultProcessorError
|
||||
|
||||
try:
|
||||
import notify2
|
||||
@@ -26,6 +23,11 @@ except ImportError:
|
||||
notify2 = None
|
||||
|
||||
|
||||
from wlauto import ResultProcessor
|
||||
from wlauto.core.result import IterationResult
|
||||
from wlauto.exceptions import ResultProcessorError
|
||||
|
||||
|
||||
class NotifyProcessor(ResultProcessor):
|
||||
|
||||
name = 'notify'
|
||||
|
Reference in New Issue
Block a user