mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-08 20:28:42 +02:00
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 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| multi_dep.py | ||
| push_apk.py | ||
| single_dep.py | ||
| test.py | ||
| transform.py | ||