summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2016-06-22 09:06:01 -0700
committerGitHub <noreply@github.com>2016-06-22 09:06:01 -0700
commit86893e3dc4a82588e18c8832c4a8811fb5e83273 (patch)
tree0cc799908ef7c46ca5905445794a3fee7df804ae
parente41d67e031aca9acabcae74d49ee486fc4d9b1c0 (diff)
parentff3e56cf9abacc567b2e68c1881ba108dccfb06c (diff)
downloadspack-86893e3dc4a82588e18c8832c4a8811fb5e83273.tar.gz
spack-86893e3dc4a82588e18c8832c4a8811fb5e83273.tar.bz2
spack-86893e3dc4a82588e18c8832c4a8811fb5e83273.tar.xz
spack-86893e3dc4a82588e18c8832c4a8811fb5e83273.zip
Merge pull request #1096 from robertdfrench/import-which
Import which from spack.util.executable; Fixes #1095
-rw-r--r--lib/spack/spack/build_environment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/spack/build_environment.py b/lib/spack/spack/build_environment.py
index 60703a9df9..99c4cae020 100644
--- a/lib/spack/spack/build_environment.py
+++ b/lib/spack/spack/build_environment.py
@@ -63,7 +63,7 @@ from llnl.util.filesystem import *
import spack
from spack.environment import EnvironmentModifications, validate
from spack.util.environment import *
-from spack.util.executable import Executable
+from spack.util.executable import Executable, which
#
# This can be set by the user to globally disable parallel builds.