PEP-8
This commit is contained in:
parent
50ac98bc04
commit
6327877a6f
@ -176,8 +176,10 @@
|
||||
# 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', 'StagedPackage', 'CMakePackage', 'Version', 'when', 'ver']
|
||||
from spack.package import Package, StagedPackage, CMakePackage, ExtensionConflictError
|
||||
__all__ = ['Package', 'StagedPackage', 'CMakePackage', \
|
||||
'Version', 'when', 'ver']
|
||||
from spack.package import Package, ExtensionConflictError
|
||||
from spack.package import StagedPackage, CMakePackage
|
||||
from spack.version import Version, ver
|
||||
from spack.multimethod import when
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user