More import cleanup based on pyflakes.

This commit is contained in:
Lance Stout
2012-02-18 11:40:34 -08:00
parent 676324805e
commit 7cdedb2ec0
8 changed files with 6 additions and 13 deletions

View File

@@ -7,7 +7,7 @@
"""
from sleekxmpp.stanza import Message, Presence
from sleekxmpp.xmlstream import ElementBase, ET, register_stanza_plugin
from sleekxmpp.xmlstream import ElementBase, register_stanza_plugin
class Nick(ElementBase):