Bug 1253502 - Move python virtualenv initialization to moz.configure. r=gps
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user