From 16c5403ab3ca35dfa6d715ce2c5434c65de81c17 Mon Sep 17 00:00:00 2001
From: Axel Huebl <axel.huebl@plasma.ninja>
Date: Sat, 3 Sep 2016 18:43:00 +0200
Subject: [PATCH] spack boostrap: fix missing include (#1657)

fix a missing include in booststrap.
found on debian 8 with python 2.7
---
 lib/spack/spack/cmd/bootstrap.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/spack/spack/cmd/bootstrap.py b/lib/spack/spack/cmd/bootstrap.py
index 60e2bd3a11..a79ef4aa68 100644
--- a/lib/spack/spack/cmd/bootstrap.py
+++ b/lib/spack/spack/cmd/bootstrap.py
@@ -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'
 
-- 
GitLab