package import: remove magic import line (#39183)

This commit is contained in:
Harmen Stoppels
2023-08-09 16:28:06 +02:00
committed by GitHub
parent 5e630174a1
commit 8e7c53a8ba
6 changed files with 48 additions and 43 deletions

View File

@@ -1,3 +1,5 @@
from spack.package import *
class {{ cls_name }}(Package):
homepage = "http://www.example.com"
url = "http://www.example.com/root-1.0.tar.gz"