Clingo: fix missing import (#21364)

This commit is contained in:
Adam J. Stewart 2021-01-28 02:38:01 -06:00 committed by Massimiliano Culpo
parent 316c292685
commit add339cbfe

View File

@ -4,6 +4,7 @@
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import *
from spack.compiler import UnsupportedCompilerFlag
class Clingo(CMakePackage):