This commit is a simple 'hg mv' and does not contain any file modifications.
***
Bug 1346025 - Split vendored modules in python/moz.build to third_party/python/moz.build, r=ted
***
Bug 1346025 - Update references to moved python modules, r=ted
MozReview-Commit-ID: A12RnIFtXju
This commit is a simple 'hg mv' and does not contain any file modifications.
***
Bug 1346025 - Split vendored modules in python/moz.build to third_party/python/moz.build, r=ted
***
Bug 1346025 - Update references to moved python modules, r=ted
MozReview-Commit-ID: A12RnIFtXju
This spins up a separate process to submit telemetry data rather than
blocking the execution the current mach command.
Although the initial Python process needs to wait for the second process
to complete prior to exiting, it releases control of the console once it
finishes executing Python code, so from the user's perspective, mahc command
completion is not blocked by submitting telemetry data.
MozReview-Commit-ID: FlKDYd6rNPc