summaryrefslogtreecommitdiff
path: root/lib/spack/spack/abi.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/spack/spack/abi.py')
-rw-r--r--lib/spack/spack/abi.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/spack/spack/abi.py b/lib/spack/spack/abi.py
index 1d3a940831..6663adf29f 100644
--- a/lib/spack/spack/abi.py
+++ b/lib/spack/spack/abi.py
@@ -22,15 +22,16 @@
# License along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
##############################################################################
-
import os
+
+from llnl.util.lang import memoized
+
import spack
import spack.spec
from spack.build_environment import dso_suffix
from spack.spec import CompilerSpec
from spack.util.executable import Executable, ProcessError
from spack.compilers.clang import Clang
-from llnl.util.lang import memoized
class ABI(object):