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

@@ -54,7 +54,7 @@ from devlib.utils.misc import (ABI_MAP, check_output, walk_modules,
check_output_logger = logging.getLogger('check_output')
# Defined here rather than in wlauto.exceptions due to module load dependencies
# Defined here rather than in wa.exceptions due to module load dependencies
def diff_tokens(before_token, after_token):
"""
Creates a diff of two tokens.