From 86a482e032ed7fae1085b41cf637c5336b2cefb2 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Fri, 17 Feb 2012 11:40:51 -0800 Subject: Fix pyflakes complaints for XEP-0115 plugin. --- sleekxmpp/plugins/xep_0115/stanza.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sleekxmpp/plugins/xep_0115/stanza.py') diff --git a/sleekxmpp/plugins/xep_0115/stanza.py b/sleekxmpp/plugins/xep_0115/stanza.py index af02949b..3e80b5cf 100644 --- a/sleekxmpp/plugins/xep_0115/stanza.py +++ b/sleekxmpp/plugins/xep_0115/stanza.py @@ -8,7 +8,7 @@ from __future__ import unicode_literals -from sleekxmpp.xmlstream import ElementBase, ET +from sleekxmpp.xmlstream import ElementBase class Capabilities(ElementBase): -- cgit v1.2.3