summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/xep_0115/stanza.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2012-02-17 11:40:51 -0800
committerLance Stout <lancestout@gmail.com>2012-02-17 11:40:51 -0800
commit86a482e032ed7fae1085b41cf637c5336b2cefb2 (patch)
tree2e8539f3ec85ceeb708de0a336d90b25e2ce30c4 /sleekxmpp/plugins/xep_0115/stanza.py
parentc43c7be86cafcc5bbea3bb943253e5c2c1162b1d (diff)
downloadslixmpp-86a482e032ed7fae1085b41cf637c5336b2cefb2.tar.gz
slixmpp-86a482e032ed7fae1085b41cf637c5336b2cefb2.tar.bz2
slixmpp-86a482e032ed7fae1085b41cf637c5336b2cefb2.tar.xz
slixmpp-86a482e032ed7fae1085b41cf637c5336b2cefb2.zip
Fix pyflakes complaints for XEP-0115 plugin.
Diffstat (limited to 'sleekxmpp/plugins/xep_0115/stanza.py')
-rw-r--r--sleekxmpp/plugins/xep_0115/stanza.py2
1 files changed, 1 insertions, 1 deletions
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):