diff options
author | mathieui <mathieui@mathieui.net> | 2015-02-23 17:28:41 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2015-02-23 17:32:39 +0100 |
commit | 11fbaa42418300a5dda07799748f2bf1d67bdcdb (patch) | |
tree | e6e97feb8a4eb95ef101f95100f3ccd4bf027ddb | |
parent | 8fd0d7c993a5c26663efb82c19d3f3e49539521a (diff) | |
download | slixmpp-11fbaa42418300a5dda07799748f2bf1d67bdcdb.tar.gz slixmpp-11fbaa42418300a5dda07799748f2bf1d67bdcdb.tar.bz2 slixmpp-11fbaa42418300a5dda07799748f2bf1d67bdcdb.tar.xz slixmpp-11fbaa42418300a5dda07799748f2bf1d67bdcdb.zip |
Import xmlstream.asyncio and coroutine_wrapper at the top level
Since they will be used quite a lot in plugins.
-rw-r--r-- | slixmpp/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/slixmpp/__init__.py b/slixmpp/__init__.py index f53f13f1..7164846f 100644 --- a/slixmpp/__init__.py +++ b/slixmpp/__init__.py @@ -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 |