Moved ClientXMPP to clientxmpp.py.

Cleaned up the __init__.py files.
This commit is contained in:
Lance Stout
2010-10-06 14:20:32 -04:00
parent 9e2cada19e
commit ed366b338d
5 changed files with 417 additions and 392 deletions

View File

@@ -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']