summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTom Scogland <scogland1@llnl.gov>2015-12-29 12:27:35 -0800
committerTom Scogland <scogland1@llnl.gov>2015-12-30 16:59:39 -0800
commitcc8c783bb29e037e3343698e7a958bce4c17add5 (patch)
tree6d311e844c5f7e40068686d132e075fdcaa8857e /lib
parent30f5ccb80d62608b3006c0f2521c37d3bff6ec32 (diff)
downloadspack-cc8c783bb29e037e3343698e7a958bce4c17add5.tar.gz
spack-cc8c783bb29e037e3343698e7a958bce4c17add5.tar.bz2
spack-cc8c783bb29e037e3343698e7a958bce4c17add5.tar.xz
spack-cc8c783bb29e037e3343698e7a958bce4c17add5.zip
adding errno import for the deep directory creation patch
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/spack/package.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/spack/spack/package.py b/lib/spack/spack/package.py
index 69b263db0c..999b5e125e 100644
--- a/lib/spack/spack/package.py
+++ b/lib/spack/spack/package.py
@@ -34,6 +34,7 @@ rundown on spack and how it differs from homebrew, look at the
README.
"""
import os
+import errno
import re
import time
import itertools