mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-01 05:43:46 +00:00
fce7b45cdf
The Python-related mach commands were written before we had a virtualenv API exposed to the mach command context. This patch updates those commands to use the newer APIs. As a bonus, these commands now work without running configure! --HG-- extra : rebase_source : ea394d6fc0c5fa2d3a3a6ed25fc59ce6be40690c extra : amend_source : e841d57a2578c93b778ef73c68c35a8cc7cfde44 |
||
---|---|---|
.. | ||
blessings | ||
codegen | ||
configobj | ||
mach | ||
mock-1.0.0 | ||
mozboot | ||
mozbuild | ||
mozversioncontrol/mozversioncontrol | ||
psutil | ||
virtualenv | ||
which | ||
mach_commands.py | ||
Makefile.in | ||
moz.build | ||
README |
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