Skip to content
Snippets Groups Projects
Commit 86893e3d authored by Todd Gamblin's avatar Todd Gamblin Committed by GitHub
Browse files

Merge pull request #1096 from robertdfrench/import-which

Import which from spack.util.executable; Fixes #1095
parents e41d67e0 ff3e56cf
Branches
Tags
No related merge requests found
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
import spack import spack
from spack.environment import EnvironmentModifications, validate from spack.environment import EnvironmentModifications, validate
from spack.util.environment import * 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. # This can be set by the user to globally disable parallel builds.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment