mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
d8915aa0c8
The `try : import mozfile; except ImportError: ...` thing was completely broken since it unconditionally triggered [this exception](https://searchfox.org/mozilla-central/rev/165e8d8f80c02605c2f3e89c5de462abfce91c32/python/mozbuild/mozbuild/configure/__init__.py#248). The `MOZBUILD_VIRTUALENV` thing should work now, so just use that as a signal for whether we're already in the `virtualenv` instead. Also delete some `PATH` munging in `building.py`, which I think should be unnecessary after we make the above change. Differential Revision: https://phabricator.services.mozilla.com/D93138 |
||
---|---|---|
.. | ||
mozbuild | ||
mozpack | ||
metrics.yaml | ||
setup.py |