From 9576860f8c97360eddaffe316450ed2f3b87e876 Mon Sep 17 00:00:00 2001
From: Peter Scheibel <scheibel1@llnl.gov>
Date: Mon, 26 Oct 2015 14:27:44 -0700
Subject: [PATCH] Making SpackError reference consistent.

---
 lib/spack/spack/build_environment.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lib/spack/spack/build_environment.py b/lib/spack/spack/build_environment.py
index 620ad5be9e..dac25d9940 100644
--- a/lib/spack/spack/build_environment.py
+++ b/lib/spack/spack/build_environment.py
@@ -36,7 +36,6 @@
 
 import spack
 import spack.compilers as compilers
-from spack.error import SpackError
 from spack.util.executable import Executable, which
 from spack.util.environment import *
 
@@ -301,5 +300,5 @@ def child_fun():
                 .format(str(returncode)))
 
 
-class InstallError(SpackError):
+class InstallError(spack.error.SpackError):
     """Raised when a package fails to install"""
-- 
GitLab