added send queueing to avoid mixed sending

This commit is contained in:
Nathan Fritz
2010-02-15 02:13:44 -08:00
parent 06fa1fcf33
commit 58375955a9
2 changed files with 26 additions and 16 deletions

View File

@@ -44,10 +44,10 @@ packages = [ 'sleekxmpp',
'sleekxmpp/xmlstream/matcher',
'sleekxmpp/xmlstream/handler' ]
if sys.version_info < (3, 0):
packages.append('sleekxmpp/xmlstream/tostring26')
else:
packages.append('sleekxmpp/xmlstream/tostring')
#if sys.version_info < (3, 0):
# packages.append('sleekxmpp/xmlstream/tostring26')
#else:
# packages.append('sleekxmpp/xmlstream/tostring')
setup(
name = "sleekxmpp",