openspeedshop: fix missing import statement (#30506)

This commit is contained in:
Jim Galarowicz 2022-05-06 08:27:09 -07:00 committed by GitHub
parent 27462bc982
commit 165bcf5cc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,8 @@
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
import os
import spack
import spack.store
from spack import *

View File

@ -3,6 +3,8 @@
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
import os
import spack.store
from spack import *
from spack.pkg.builtin.boost import Boost