init: factor paths out of spack/__init__.py and into spack.paths module

This commit is contained in:
Todd Gamblin
2018-04-08 21:10:05 -05:00
committed by scheibelp
parent 74aee60f7d
commit a4d276fbe4
65 changed files with 367 additions and 296 deletions

View File

@@ -41,7 +41,6 @@
##########################################################################
from spack import *
import spack
import spack.store