Moved ClientXMPP to clientxmpp.py.
Cleaned up the __init__.py files.
This commit is contained in:
@@ -13,3 +13,7 @@ from sleekxmpp.xmlstream.statemachine import StateMachine
|
||||
from sleekxmpp.xmlstream.tostring import tostring
|
||||
from sleekxmpp.xmlstream.xmlstream import XMLStream, RESPONSE_TIMEOUT
|
||||
from sleekxmpp.xmlstream.xmlstream import RestartStream
|
||||
|
||||
__all__ = ['JID', 'Scheduler', 'StanzaBase', 'ElementBase',
|
||||
'ET', 'StateMachine', 'tostring', 'XMLStream',
|
||||
'RESPONSE_TIMEOUT', 'RestartStream']
|
||||
|
@@ -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']
|
||||
|
@@ -11,3 +11,6 @@ from sleekxmpp.xmlstream.matcher.many import MatchMany
|
||||
from sleekxmpp.xmlstream.matcher.stanzapath import StanzaPath
|
||||
from sleekxmpp.xmlstream.matcher.xmlmask import MatchXMLMask
|
||||
from sleekxmpp.xmlstream.matcher.xpath import MatchXPath
|
||||
|
||||
__all__ = ['MatcherId', 'MatchMany', 'StanzaPath',
|
||||
'MatchXMLMask', 'MatchXPath']
|
||||
|
Reference in New Issue
Block a user