Fix missing import in xep_0256 plugin.
This commit is contained in:
parent
fbad22a1cd
commit
7d20f0e9a6
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
import logging
|
||||
|
||||
from sleekxmpp import Presence
|
||||
from sleekxmpp.exceptions import XMPPError
|
||||
from sleekxmpp.plugins import BasePlugin, register_plugin
|
||||
from sleekxmpp.xmlstream import register_stanza_plugin
|
||||
|
||||
|
|
Loading…
Reference in a new issue