Import xmlstream.asyncio and coroutine_wrapper at the top level
Since they will be used quite a lot in plugins.
This commit is contained in:
parent
8fd0d7c993
commit
11fbaa4241
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ from slixmpp.xmlstream.stanzabase import ET, ElementBase, register_stanza_plugin
|
|||
from slixmpp.xmlstream.handler import *
|
||||
from slixmpp.xmlstream import XMLStream
|
||||
from slixmpp.xmlstream.matcher import *
|
||||
from slixmpp.xmlstream.asyncio import asyncio, coroutine_wrapper
|
||||
from slixmpp.basexmpp import BaseXMPP
|
||||
from slixmpp.clientxmpp import ClientXMPP
|
||||
from slixmpp.componentxmpp import ComponentXMPP
|
||||
|
|
Loading…
Reference in a new issue