1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-31 18:21:14 +00:00
This commit is contained in:
Sergei Trofimov 2016-01-27 16:40:41 +00:00
parent eaabe01fa5
commit da720c8613

View File

@ -158,6 +158,7 @@ class ReplayCommand(RecordCommand):
self.device.execute(command) self.device.execute(command)
self.logger.info("Finished replay") self.logger.info("Finished replay")
# Used to satisfy the API # Used to satisfy the API
class LightContext(object): class LightContext(object):
def __init__(self, config): def __init__(self, config):