1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 02:41:11 +01:00
workload-automation/wa/utils
Sergei Trofimov 64f9cf79e4 utils/diff: fix diff_interrupt_files on Python 2
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.
2018-06-14 15:04:56 +01:00
..
__init__.py WA3 Exsisting Code 2017-02-21 15:02:28 +00:00
android.py Utils/Android: Fix missing space in check 2017-11-24 16:38:01 +00:00
cpustates.py Add support for Python 3 2018-06-07 14:48:40 +01:00
diff.py utils/diff: fix diff_interrupt_files on Python 2 2018-06-14 15:04:56 +01:00
doc.py Add support for Python 3 2018-06-07 14:48:40 +01:00
exec_control.py Add support for Python 3 2018-06-07 14:48:40 +01:00
formatter.py New target description + moving target stuff under "framework" 2017-03-06 11:10:25 +00:00
log.py Add support for Python 3 2018-06-07 14:48:40 +01:00
misc.py Add support for Python 3 2018-06-07 14:48:40 +01:00
revent.py Add support for Python 3 2018-06-07 14:48:40 +01:00
serializer.py utils/serializer: add basestring to POD_TYPES 2018-06-12 13:30:39 +01:00
terminalsize.py Add support for Python 3 2018-06-07 14:48:40 +01:00
trace_cmd.py Add support for Python 3 2018-06-07 14:48:40 +01:00
types.py Add support for Python 3 2018-06-07 14:48:40 +01:00