summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRobert.French <frenchrd@ornl.gov>2016-06-22 15:24:32 +0000
committerRobert.French <frenchrd@ornl.gov>2016-06-22 15:25:32 +0000
commitff3e56cf9abacc567b2e68c1881ba108dccfb06c (patch)
tree0cc799908ef7c46ca5905445794a3fee7df804ae /lib
parente41d67e031aca9acabcae74d49ee486fc4d9b1c0 (diff)
downloadspack-ff3e56cf9abacc567b2e68c1881ba108dccfb06c.tar.gz
spack-ff3e56cf9abacc567b2e68c1881ba108dccfb06c.tar.bz2
spack-ff3e56cf9abacc567b2e68c1881ba108dccfb06c.tar.xz
spack-ff3e56cf9abacc567b2e68c1881ba108dccfb06c.zip
Import which from spack.util.executable; Fixes #1095
Diffstat (limited to 'lib')
-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.