Backed out changeset 4376d47f325b (bug 1639624) for bustage. CLOSED TREE

This commit is contained in:
Csoregi Natalia
2020-05-21 03:58:54 +03:00
parent a0f93972ac
commit da67216d58

View File

@@ -25,6 +25,7 @@ from manifestparser import filters as mpf
from mozbuild.base import (
MachCommandBase,
)
from mozbuild.virtualenv import VirtualenvManager
from mach.decorators import (
CommandArgument,
@@ -239,7 +240,6 @@ class MachCommands(MachCommandBase):
See the `--python` argument to the `mach python-test` command.
"""
from mozbuild.pythonutil import find_python3_executable
from mozbuild.virtualenv import VirtualenvManager
default_manager = self.virtualenv_manager