diff options
author | Lance Stout <lancestout@gmail.com> | 2010-10-06 14:20:32 -0400 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2010-10-06 14:20:32 -0400 |
commit | ed366b338dccc5fe92d3036ce2853b5256a29824 (patch) | |
tree | 84c3c9a87a86dbfabc663af30a7befa8cae80c75 /sleekxmpp/xmlstream/handler/__init__.py | |
parent | 9e2cada19eb9704bebadf6e4d382bda5d42015c9 (diff) | |
download | slixmpp-ed366b338dccc5fe92d3036ce2853b5256a29824.tar.gz slixmpp-ed366b338dccc5fe92d3036ce2853b5256a29824.tar.bz2 slixmpp-ed366b338dccc5fe92d3036ce2853b5256a29824.tar.xz slixmpp-ed366b338dccc5fe92d3036ce2853b5256a29824.zip |
Moved ClientXMPP to clientxmpp.py.
Cleaned up the __init__.py files.
Diffstat (limited to 'sleekxmpp/xmlstream/handler/__init__.py')
-rw-r--r-- | sleekxmpp/xmlstream/handler/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sleekxmpp/xmlstream/handler/__init__.py b/sleekxmpp/xmlstream/handler/__init__.py index 50e286a3..7bcf0b71 100644 --- a/sleekxmpp/xmlstream/handler/__init__.py +++ b/sleekxmpp/xmlstream/handler/__init__.py @@ -10,3 +10,5 @@ from sleekxmpp.xmlstream.handler.callback import Callback from sleekxmpp.xmlstream.handler.waiter import Waiter from sleekxmpp.xmlstream.handler.xmlcallback import XMLCallback from sleekxmpp.xmlstream.handler.xmlwaiter import XMLWaiter + +__all__ = ['Callback', 'Waiter', 'XMLCallback', 'XMLWaiter'] |