Commit 63f2f7d
committed
Use standard Spack import pattern
- Change 'from spack.package import *' to 'from spack import *'
- This is the standard import for Spack packages
- Includes CMakePackage and all other needed classes
- Fixes 'No module named spack.build_systems' error1 parent c3864d3 commit 63f2f7d
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
0 commit comments