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:
mathieui 2015-02-23 17:28:41 +01:00
parent 8fd0d7c993
commit 11fbaa4241
No known key found for this signature in database
GPG key ID: C59F84CEEFD616E3

View file

@ -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