Bug 1253502 - Move python virtualenv initialization to moz.configure. r=gps

This commit is contained in:
Mike Hommey
2016-03-04 14:31:08 +09:00
parent fb543c56a9
commit 15c1c38e3c
8 changed files with 89 additions and 96 deletions

View File

@@ -12,7 +12,6 @@ import sys
base_dir = os.path.abspath(os.path.dirname(__file__))
sys.path.append(os.path.join(base_dir, 'python', 'which'))
sys.path.append(os.path.join(base_dir, 'python', 'mozbuild'))
from mozbuild.configure import ConfigureSandbox