Fixed CMakePackage import

This commit is contained in:
Elizabeth F 2016-03-13 15:18:24 -04:00
parent 857f791286
commit 4c9a52044a

View File

@ -172,7 +172,7 @@
# 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.
#
__all__ = ['Package', 'Version', 'when', 'ver']
__all__ = ['Package', 'CMakePackage', 'Version', 'when', 'ver']
from spack.package import Package, CMakePackage, ExtensionConflictError
from spack.version import Version, ver
from spack.multimethod import when