openspeedshop: fix missing import statement (#30506)
This commit is contained in:
parent
27462bc982
commit
165bcf5cc3
@ -3,6 +3,8 @@
|
|||||||
#
|
#
|
||||||
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
||||||
|
|
||||||
|
import os
|
||||||
|
|
||||||
import spack
|
import spack
|
||||||
import spack.store
|
import spack.store
|
||||||
from spack import *
|
from spack import *
|
||||||
|
@ -3,6 +3,8 @@
|
|||||||
#
|
#
|
||||||
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
||||||
|
|
||||||
|
import os
|
||||||
|
|
||||||
import spack.store
|
import spack.store
|
||||||
from spack import *
|
from spack import *
|
||||||
from spack.pkg.builtin.boost import Boost
|
from spack.pkg.builtin.boost import Boost
|
||||||
|
Loading…
Reference in New Issue
Block a user