README 673 B

12345678910111213141516171819202122
  1. This directory contains common Python code.
  2. The basic rule is that if Python code is cross-module (that's "module" in the
  3. Mozilla meaning - as in "module ownership") and is MPL-compatible, it should
  4. go here.
  5. What should not go here:
  6. * Python that is not MPL-compatible (see other-licenses/)
  7. * Python that has good reason to remain close to its "owning" (Mozilla)
  8. module (e.g. it is only being consumed from there).
  9. Historical information can be found at
  10. https://bugzilla.mozilla.org/show_bug.cgi?id=775243
  11. ## pyyaml | pystache
  12. Used in taskcluster related mach commands to update download from github
  13. and remove .git and tests.
  14. Then run tests in taskcluster/tests/