diff --git a/lib/spack/docs/packaging_guide.rst b/lib/spack/docs/packaging_guide.rst index 9ea39c0173..8a75ffd0c6 100644 --- a/lib/spack/docs/packaging_guide.rst +++ b/lib/spack/docs/packaging_guide.rst @@ -126,7 +126,7 @@ generates a boilerplate template for your package, and opens up the new # If you submit this package back to Spack as a pull request, # please first remove this boilerplate and all FIXME comments. # - from spack import * + from spack.package import * class Gmp(AutotoolsPackage):