From c294c1a85c2defa74a98a1215a4739cb3647d6cb Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Wed, 6 Oct 2010 15:12:39 -0400 Subject: More PEP8 compliance cleanups. Cleaned up the atom entry stanza. --- sleekxmpp/xmlstream/matcher/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sleekxmpp/xmlstream/matcher/__init__.py') diff --git a/sleekxmpp/xmlstream/matcher/__init__.py b/sleekxmpp/xmlstream/matcher/__init__.py index 86447b76..1038d1bd 100644 --- a/sleekxmpp/xmlstream/matcher/__init__.py +++ b/sleekxmpp/xmlstream/matcher/__init__.py @@ -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'] -- cgit v1.2.3