Skip to content
Snippets Groups Projects
Commit 16c5403a authored by Axel Huebl's avatar Axel Huebl Committed by Todd Gamblin
Browse files

spack boostrap: fix missing include (#1657)

fix a missing include in booststrap.
found on debian 8 with python 2.7
parent 497bbb3a
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@
from llnl.util.filesystem import join_path, mkdirp
import spack
from spack.util.executable import which
from spack.util.executable import ProcessError, which
_SPACK_UPSTREAM = 'https://github.com/llnl/spack'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment