More PEP8 compliance cleanups.

Cleaned up the atom entry stanza.
This commit is contained in:
Lance Stout
2010-10-06 15:12:39 -04:00
parent cbe76c8a70
commit c294c1a85c
5 changed files with 28 additions and 13 deletions

View File

@@ -14,6 +14,6 @@ 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',
__all__ = ['JID', 'Scheduler', 'StanzaBase', 'ElementBase',
'ET', 'StateMachine', 'tostring', 'XMLStream',
'RESPONSE_TIMEOUT', 'RestartStream']