Make send_message(mhtml='..') work as expected without loading plugin
71.
This commit is contained in:
parent
e57e321d33
commit
648b03f811
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ from sleekxmpp.exceptions import IqError, IqTimeout
|
|||
from sleekxmpp.stanza import Message, Presence, Iq, StreamError
|
||||
from sleekxmpp.stanza.roster import Roster
|
||||
from sleekxmpp.stanza.nick import Nick
|
||||
from sleekxmpp.stanza.htmlim import HTMLIM
|
||||
|
||||
from sleekxmpp.xmlstream import XMLStream, JID
|
||||
from sleekxmpp.xmlstream import ET, register_stanza_plugin
|
||||
|
|
Loading…
Reference in a new issue