plugins/ping: Import missing JID value (thanks madhur, and pylint)
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
5b35bde906
commit
1a825de020
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ Command
|
|||
the current interlocutor.
|
||||
"""
|
||||
|
||||
from slixmpp import InvalidJID
|
||||
from slixmpp import InvalidJID, JID
|
||||
from poezio.decorators import command_args_parser
|
||||
from poezio.plugin import BasePlugin
|
||||
from poezio.roster import roster
|
||||
|
|
Loading…
Reference in a new issue