Make packages Python3 compatible.

This commit is contained in:
Todd Gamblin
2017-03-25 23:23:47 -07:00
parent 7f3f493024
commit b9ee86cac9
6 changed files with 20 additions and 18 deletions

View File

@@ -23,7 +23,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
##############################################################################
from spack import *
from urlparse import urlparse
from six.moves.urllib.parse import urlparse
from os.path import split