gecko-dev/taskcluster/taskgraph/loader
Mitchell Hentges 95310794d0 Bug 1632429: Improve py3-compatiblity of taskgraph; r=tomprince,ahal
As |./mach| commands are migrated to python3, "taskgraph" needs to be compatible while still working with python2.

This patch migrates several iter*() calls and python2-specific imports to work with "six" instead.

Note that there's still python2-specific parts of taskgraph, I'm just modifying the pieces that are affecting
the code paths that I'm currently migrating (in this case, |./mach try|

Differential Revision: https://phabricator.services.mozilla.com/D73397
2020-05-07 04:47:17 +00:00
..
__init__.py
multi_dep.py Bug 1632429: Improve py3-compatiblity of taskgraph; r=tomprince,ahal 2020-05-07 04:47:17 +00:00
push_apk.py
single_dep.py
test.py Bug 1632429: Improve py3-compatiblity of taskgraph; r=tomprince,ahal 2020-05-07 04:47:17 +00:00
transform.py Bug 1569059 - Run 'mach bootstrap' with Python 3 r=firefox-build-system-reviewers,mshal,Callek 2020-02-07 18:12:23 +00:00