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

@@ -12,5 +12,5 @@ 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',
__all__ = ['MatcherId', 'MatchMany', 'StanzaPath',
'MatchXMLMask', 'MatchXPath']