fix slixmpp.xmlstream.__all__

This commit is contained in:
nicoco 2023-06-05 20:54:20 +02:00 committed by mathieui
parent 897f876504
commit af934b5bdf

View File

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