diff options
author | Nathan Fritz <nathan@andyet.net> | 2010-04-13 19:48:35 -0700 |
---|---|---|
committer | Nathan Fritz <nathan@andyet.net> | 2010-04-13 19:48:35 -0700 |
commit | 2f9f649d98682817c900736c6775ba8e5b23060f (patch) | |
tree | af56b78eccb82993d9f818f29c18dca23c52985a /sleekxmpp/plugins/xep_0060.py | |
parent | fef511fd518d98a6934bd8048292d07380675d16 (diff) | |
download | slixmpp-2f9f649d98682817c900736c6775ba8e5b23060f.tar.gz slixmpp-2f9f649d98682817c900736c6775ba8e5b23060f.tar.bz2 slixmpp-2f9f649d98682817c900736c6775ba8e5b23060f.tar.xz slixmpp-2f9f649d98682817c900736c6775ba8e5b23060f.zip |
bugfix for .disconnect() hanging
Diffstat (limited to 'sleekxmpp/plugins/xep_0060.py')
-rw-r--r-- | sleekxmpp/plugins/xep_0060.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sleekxmpp/plugins/xep_0060.py b/sleekxmpp/plugins/xep_0060.py index 8c6acd01..ea75a7d6 100644 --- a/sleekxmpp/plugins/xep_0060.py +++ b/sleekxmpp/plugins/xep_0060.py @@ -3,6 +3,7 @@ from . import base import logging #from xml.etree import cElementTree as ET from .. xmlstream.stanzabase import ElementBase, ET +from . import stanza_pubsub class xep_0060(base.base_plugin): """ |