fix slixmpp.xmlstream.__all__
This commit is contained in:
parent
897f876504
commit
af934b5bdf
@ -10,5 +10,5 @@ from slixmpp.xmlstream.tostring import tostring, highlight
|
|||||||
from slixmpp.xmlstream.xmlstream import XMLStream, RESPONSE_TIMEOUT
|
from slixmpp.xmlstream.xmlstream import XMLStream, RESPONSE_TIMEOUT
|
||||||
|
|
||||||
__all__ = ['JID', 'StanzaBase', 'ElementBase',
|
__all__ = ['JID', 'StanzaBase', 'ElementBase',
|
||||||
'ET', 'StateMachine', 'tostring', 'highlight', 'XMLStream',
|
'ET', 'tostring', 'highlight', 'XMLStream',
|
||||||
'RESPONSE_TIMEOUT']
|
'RESPONSE_TIMEOUT', 'register_stanza_plugin']
|
||||||
|
Loading…
Reference in New Issue
Block a user