提交 ef24c726 编写于 作者: C Cleber Rosa

Plugins: update example plugins use of the interface module

Commit 88cd8261 moved the plugin interfaces to `avocado/core` under the
name `plugin_interfaces.py`.  The example plugins were not updated, so
let's fix it now.
Signed-off-by: NCleber Rosa <crosa@redhat.com>
上级 2d5158d3
......@@ -3,7 +3,7 @@ import smtplib
from email.mime.text import MIMEText
from avocado.core.settings import settings
from avocado.plugins.base import JobPre, JobPost
from avocado.core.plugin_interfaces import JobPre, JobPost
class Mail(JobPre, JobPost):
......
......@@ -2,7 +2,7 @@ import time
import logging
from avocado.core.settings import settings
from avocado.plugins.base import JobPre, JobPost
from avocado.core.plugin_interfaces import JobPre, JobPost
class Sleep(JobPre, JobPost):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册