Import which from spack.util.executable; Fixes #1095
This commit is contained in:
parent
e41d67e031
commit
ff3e56cf9a
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
|||
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.
|
||||
|
|
Loading…
Reference in a new issue