1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-06-16 05:16:00 +01:00
Commit Graph

8 Commits

Author SHA1 Message Date
925bc8b719 wa: pep8 fixes 2018-07-06 14:39:41 +01:00
185bff9029 wa/utils: Fix pylint errors 2018-07-06 14:39:41 +01:00
1550e9a788 wa/utils: Remove unrequired imports 2018-07-06 14:39:41 +01:00
8878cc20d4 Update copyright headers.
- Add copyright headers to files that did not already have them
- Update the year to the last year the file was modified in files with
  existing headers.
2018-07-04 16:33:31 +01:00
cbb8fdab28 utils/diff: Fix missing import for logging 2018-07-04 16:33:08 +01:00
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
b3de85455a Add support for Python 3
Add support for running under Python 3, while maintaining compatibility
with Python 2.

See http://python-future.org/compatible_idioms.html for more details
behind these changes.
2018-06-07 14:48:40 +01:00
1f1f2b12c6 WA3 Exsisting Code 2017-02-21 15:02:28 +00:00