From a031dd24a6c82745b7272d98229ebc69dd5f4811 Mon Sep 17 00:00:00 2001 From: Nathan Fritz Date: Thu, 10 Dec 2009 07:33:59 +0000 Subject: tweaked stanzas for easy use --- sleekxmpp/__init__.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sleekxmpp/__init__.py') diff --git a/sleekxmpp/__init__.py b/sleekxmpp/__init__.py index 49c9a66b..f0be089c 100644 --- a/sleekxmpp/__init__.py +++ b/sleekxmpp/__init__.py @@ -30,6 +30,8 @@ from . xmlstream.matcher.many import MatchMany from . xmlstream.handler.callback import Callback from . xmlstream.stanzabase import StanzaBase from . xmlstream import xmlstream as xmlstreammod +from . stanza.message import Message +from . stanza.iq import Iq import time import logging import base64 -- cgit v1.2.3