mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-18 12:06:08 +00:00
64f9cf79e4
During Python 3 migration, the izip call inside diff_interrupt_files has been replaced with a zip call (zip returning an iterator in Python 3). Import zip from builtins to ensure that it also produces an iterator in Python 2. Also fix the associated unit test by importing the correct function. |
||
---|---|---|
.. | ||
data | ||
__init__.py | ||
test_agenda_parser.py | ||
test_config.py | ||
test_diff.py | ||
test_exec_control.py | ||
test_plugin.py | ||
test_runtime_param_utils.py | ||
test_signal.py | ||
test_utils.py |