Merge pull request #1374 from hartzell/bug/fix-jdk-import-of-distutils

Bug: fix jdk package's use of distutils
This commit is contained in:
becker33 2016-08-01 13:20:44 -07:00 committed by GitHub
commit 15514792d5

View file

@ -25,7 +25,7 @@
# #
# Author: Justin Too <too1@llnl.gov> # Author: Justin Too <too1@llnl.gov>
# #
import distutils import distutils.dir_util
import spack import spack
from spack import * from spack import *