From 093644ffbd6708121150c92359bce60408f924bb Mon Sep 17 00:00:00 2001 From: Nathan Fritz Date: Tue, 5 Jan 2010 21:56:48 +0000 Subject: * major stanza improvements * raise XMPPError in handler to reply with error stanza * started work on pubsub stanzas --- sleekxmpp/plugins/xep_0060.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sleekxmpp/plugins/xep_0060.py') diff --git a/sleekxmpp/plugins/xep_0060.py b/sleekxmpp/plugins/xep_0060.py index 734dd3da..837d0ad4 100644 --- a/sleekxmpp/plugins/xep_0060.py +++ b/sleekxmpp/plugins/xep_0060.py @@ -1,7 +1,8 @@ from __future__ import with_statement from . import base import logging -from xml.etree import cElementTree as ET +#from xml.etree import cElementTree as ET +from .. xmlstream.stanzabase import ElementBase, ET class xep_0060(base.base_plugin): """ -- cgit v1.2.3