avocado.plugins.tap: Fix the CLI import

The plugin base import location changed to `avocado.core`.
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
上级 4125028d
......@@ -18,7 +18,7 @@ TAP output module.
import logging
from ..core.result import register_test_result_class, TestResult
from .base import CLI
from avocado.core.plugin_interfaces import CLI
class TAPResult(TestResult):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册