summaryrefslogtreecommitdiff
path: root/sleekxmpp/stanza/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'sleekxmpp/stanza/__init__.py')
-rw-r--r--sleekxmpp/stanza/__init__.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/sleekxmpp/stanza/__init__.py b/sleekxmpp/stanza/__init__.py
index b8fca228..8302c43d 100644
--- a/sleekxmpp/stanza/__init__.py
+++ b/sleekxmpp/stanza/__init__.py
@@ -5,4 +5,9 @@
See the file LICENSE for copying permission.
"""
-__all__ = ['presence']
+
+
+from sleekxmpp.stanza.error import Error
+from sleekxmpp.stanza.iq import Iq
+from sleekxmpp.stanza.message import Message
+from sleekxmpp.stanza.presence import Presence