summaryrefslogtreecommitdiff
path: root/sleekxmpp/xmlstream/matcher
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2010-10-06 14:20:32 -0400
committerLance Stout <lancestout@gmail.com>2010-10-06 14:20:32 -0400
commited366b338dccc5fe92d3036ce2853b5256a29824 (patch)
tree84c3c9a87a86dbfabc663af30a7befa8cae80c75 /sleekxmpp/xmlstream/matcher
parent9e2cada19eb9704bebadf6e4d382bda5d42015c9 (diff)
downloadslixmpp-ed366b338dccc5fe92d3036ce2853b5256a29824.tar.gz
slixmpp-ed366b338dccc5fe92d3036ce2853b5256a29824.tar.bz2
slixmpp-ed366b338dccc5fe92d3036ce2853b5256a29824.tar.xz
slixmpp-ed366b338dccc5fe92d3036ce2853b5256a29824.zip
Moved ClientXMPP to clientxmpp.py.
Cleaned up the __init__.py files.
Diffstat (limited to 'sleekxmpp/xmlstream/matcher')
-rw-r--r--sleekxmpp/xmlstream/matcher/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/sleekxmpp/xmlstream/matcher/__init__.py b/sleekxmpp/xmlstream/matcher/__init__.py
index 91cb8d6e..86447b76 100644
--- a/sleekxmpp/xmlstream/matcher/__init__.py
+++ b/sleekxmpp/xmlstream/matcher/__init__.py
@@ -11,3 +11,6 @@ from sleekxmpp.xmlstream.matcher.many import MatchMany
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',
+ 'MatchXMLMask', 'MatchXPath']