From 11fbaa42418300a5dda07799748f2bf1d67bdcdb Mon Sep 17 00:00:00 2001 From: mathieui Date: Mon, 23 Feb 2015 17:28:41 +0100 Subject: Import xmlstream.asyncio and coroutine_wrapper at the top level Since they will be used quite a lot in plugins. --- slixmpp/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'slixmpp') 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 -- cgit v1.2.3