Fixed CMakePackage import
This commit is contained in:
parent
857f791286
commit
4c9a52044a
@ -172,7 +172,7 @@
|
|||||||
# TODO: it's not clear where all the stuff that needs to be included in packages
|
# TODO: it's not clear where all the stuff that needs to be included in packages
|
||||||
# should live. This file is overloaded for spack core vs. for packages.
|
# should live. This file is overloaded for spack core vs. for packages.
|
||||||
#
|
#
|
||||||
__all__ = ['Package', 'Version', 'when', 'ver']
|
__all__ = ['Package', 'CMakePackage', 'Version', 'when', 'ver']
|
||||||
from spack.package import Package, CMakePackage, ExtensionConflictError
|
from spack.package import Package, CMakePackage, ExtensionConflictError
|
||||||
from spack.version import Version, ver
|
from spack.version import Version, ver
|
||||||
from spack.multimethod import when
|
from spack.multimethod import when
|
||||||
|
Loading…
Reference in New Issue
Block a user