Clingo: fix missing import (#21364)

This commit is contained in:
Adam J. Stewart 2021-01-28 02:38:01 -06:00 committed by GitHub
parent 181f921c1a
commit 5b4d636d73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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):