Files
palemoon27/python
roytam1 71530b4c68 import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1137364 - part 1 - move browser/themes/*/ tab-selected-*.svg generation to GENERATED_FILES; r=mshal (5839e26a6)
- Bug 1170431 part 0 - Use the *Path classes for GENERATED_FILES scripts and inputs. r=gps (b6e2fb908)
- Bug 1170691 - part 2 - use GENERATED_FILES in toolkit/components/telemetry/; r=glandium (900f4b1f9)
2021-12-02 09:46:43 +08:00
..

This directory contains common Python code.

The basic rule is that if Python code is cross-module (that's "module" in the
Mozilla meaning - as in "module ownership") and is MPL-compatible, it should
go here.

What should not go here:

* Python that is not MPL-compatible (see other-licenses/)
* Python that has good reason to remain close to its "owning" (Mozilla)
  module (e.g. it is only being consumed from there).

Historical information can be found at
https://bugzilla.mozilla.org/show_bug.cgi?id=775243

## pyyaml | pystache

Used in taskcluster related mach commands to update download from github
and remove .git and tests.

Then run tests in taskcluster/tests/