Skip to content

Commit

Permalink
Merge pull request #312 from douglasjacobsen/spack-stack-import-fix
Browse files Browse the repository at this point in the history
Add missing import in spack-stack app definition
  • Loading branch information
rfbgo authored Nov 9, 2023
2 parents 1f03c28 + 5e2bce5 commit 83ebed9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# except according to those terms.

from ramble.appkit import *
import spack.util.executable


class SpackStack(SpackApplication):
Expand Down

0 comments on commit 83ebed9

Please sign in to comment.