From 6401c9aaaafc5bb7541d5475e34191e6f0965313 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Tue, 30 Jul 2013 11:46:04 -0700 Subject: Add back ET and ElementBase references --- sleekxmpp/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'sleekxmpp/__init__.py') diff --git a/sleekxmpp/__init__.py b/sleekxmpp/__init__.py index 054a7aa0..8a489a2a 100644 --- a/sleekxmpp/__init__.py +++ b/sleekxmpp/__init__.py @@ -11,6 +11,7 @@ from sleekxmpp.clientxmpp import ClientXMPP from sleekxmpp.componentxmpp import ComponentXMPP from sleekxmpp.stanza import Message, Presence, Iq from sleekxmpp.jid import JID, InvalidJID +from sleekxmpp.xmlstream.stanzabase import ET, ElementBase, register_stanza_plugin from sleekxmpp.xmlstream.handler import * from sleekxmpp.xmlstream import XMLStream, RestartStream from sleekxmpp.xmlstream.matcher import * -- cgit v1.2.3