summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2013-07-30 11:46:04 -0700
committerLance Stout <lancestout@gmail.com>2013-07-30 11:46:04 -0700
commit6401c9aaaafc5bb7541d5475e34191e6f0965313 (patch)
tree966ebe8703c2981a772e33e6076f685b52049d8b
parentafd48b9e08c1b823c48c35c12c25dd3acadc4dcd (diff)
downloadslixmpp-6401c9aaaafc5bb7541d5475e34191e6f0965313.tar.gz
slixmpp-6401c9aaaafc5bb7541d5475e34191e6f0965313.tar.bz2
slixmpp-6401c9aaaafc5bb7541d5475e34191e6f0965313.tar.xz
slixmpp-6401c9aaaafc5bb7541d5475e34191e6f0965313.zip
Add back ET and ElementBase references
-rw-r--r--sleekxmpp/__init__.py1
1 files changed, 1 insertions, 0 deletions
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 *